From 7cb9efccf7ea967a8a7eb6ceb29b9836da9d15ab Mon Sep 17 00:00:00 2001 From: Oleksandr Zhuravlov Date: Fri, 3 Jul 2026 16:44:00 +0300 Subject: [PATCH 1/2] docs: add StitchAPI to community resources --- docs/community-resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/community-resources.md b/docs/community-resources.md index 50753a36ad..4b85ec9323 100644 --- a/docs/community-resources.md +++ b/docs/community-resources.md @@ -185,6 +185,11 @@ others: url: 'https://marketplace.visualstudio.com/items?itemName=fe-dudu.react-query-visualizer', description: 'VS Code extension for TanStack Query (React Query): visualize query keys, cache invalidation/refetch flows, and file impact graph', }, + { + title: 'StitchAPI', + url: 'https://stitchapi.dev', + description: 'Typed, validated, streaming-first API toolkit; its stitchQueryOptions helper turns any endpoint into TanStack Query options across React, Vue, Svelte, Solid, and Angular.', + }, { title: 'Tanstack Query Visualizer', url: 'https://tanstack-query-visualizer.sofi.coop/', From 730990133d506dbec287f40bd2d1554e23d50d45 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhuravlov Date: Fri, 3 Jul 2026 16:50:21 +0300 Subject: [PATCH 2/2] docs: reframe StitchAPI entry as a queryFn complement, not a competitor --- docs/community-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community-resources.md b/docs/community-resources.md index 4b85ec9323..f6c73d4db7 100644 --- a/docs/community-resources.md +++ b/docs/community-resources.md @@ -188,7 +188,7 @@ others: { title: 'StitchAPI', url: 'https://stitchapi.dev', - description: 'Typed, validated, streaming-first API toolkit; its stitchQueryOptions helper turns any endpoint into TanStack Query options across React, Vue, Svelte, Solid, and Angular.', + description: 'Gives TanStack Query a typed, validated, streaming-first queryFn: stitchQueryOptions supplies the fetcher, so Query keeps owning caching and revalidation. Bindings for React, Vue, Svelte, Solid, and Angular.', }, { title: 'Tanstack Query Visualizer',