diff --git a/docs/community-resources.md b/docs/community-resources.md index 34a607afd1..ef89d734df 100644 --- a/docs/community-resources.md +++ b/docs/community-resources.md @@ -190,5 +190,10 @@ others: url: 'https://www.zodios.org/', description: 'End-to-end typesafe REST API toolbox', }, + { + title: 'Tanstack Query Visualizer', + url: 'https://tanstack-query-visualizer.sofi.coop/', + description: 'An interactive sandbox that visualizes the relationship between mutations and query keys.', + }, ] ---