From 6aca4be8c7b7c1a0d947a7c7c0fc14599bb5719a Mon Sep 17 00:00:00 2001 From: arikhativa Date: Sat, 31 Jan 2026 14:51:40 +0200 Subject: [PATCH] docs(community-projects): Add Tanstack Query Visualizer to the list of community projects --- docs/community-resources.md | 5 +++++ 1 file changed, 5 insertions(+) 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.', + }, ] ---