From 86758fe99dea8e284b1ca113528f649e3a21d6f7 Mon Sep 17 00:00:00 2001 From: Pavan Shinde Date: Wed, 4 Mar 2026 15:59:51 +0000 Subject: [PATCH 1/2] docs(react): update legacy react-query GitHub links --- docs/framework/react/comparison.md | 2 +- docs/framework/react/guides/migrating-to-react-query-4.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/framework/react/comparison.md b/docs/framework/react/comparison.md index 5b9bca125e8..42eedad0a1c 100644 --- a/docs/framework/react/comparison.md +++ b/docs/framework/react/comparison.md @@ -81,7 +81,7 @@ Feature/Capability Key: [bpl-react-query]: https://bundlephobia.com/result?p=@tanstack/react-query [bp-react-query]: https://badgen.net/bundlephobia/minzip/@tanstack/react-query?label=💾 -[gh-react-query]: https://github.com/tannerlinsley/react-query +[gh-react-query]: https://github.com/TanStack/query [stars-react-query]: https://img.shields.io/github/stars/tannerlinsley/react-query?label=%F0%9F%8C%9F [swr]: https://github.com/vercel/swr [bp-swr]: https://badgen.net/bundlephobia/minzip/swr?label=💾 diff --git a/docs/framework/react/guides/migrating-to-react-query-4.md b/docs/framework/react/guides/migrating-to-react-query-4.md index 8ad43a80e1c..0735d8c58b2 100644 --- a/docs/framework/react/guides/migrating-to-react-query-4.md +++ b/docs/framework/react/guides/migrating-to-react-query-4.md @@ -359,7 +359,7 @@ The `MutationCacheNotifyEvent` uses the same types as the `QueryCacheNotifyEvent ### Separate hydration exports have been removed -With version [3.22.0](https://github.com/tannerlinsley/react-query/releases/tag/v3.22.0), hydration utilities moved into the React Query core. With v3, you could still use the old exports from `react-query/hydration`, but these exports have been removed with v4. +With version [3.22.0](https://github.com/TanStack/query/releases/tag/v3.22.0), hydration utilities moved into the React Query core. With v3, you could still use the old exports from `react-query/hydration`, but these exports have been removed with v4. ```tsx - import { dehydrate, hydrate, useHydrate, Hydrate } from 'react-query/hydration' // [!code --] @@ -423,7 +423,7 @@ With v4, React Query introduces a new `networkMode` to tackle all these issues. ### Tracked Queries per default -React Query defaults to "tracking" query properties, which should give you a nice boost in render optimization. The feature has existed since [v3.6.0](https://github.com/tannerlinsley/react-query/releases/tag/v3.6.0) and has now become the default behavior with v4. +React Query defaults to "tracking" query properties, which should give you a nice boost in render optimization. The feature has existed since [v3.6.0](https://github.com/TanStack/query/releases/tag/v3.6.0) and has now become the default behavior with v4. ### Bailing out of updates with setQueryData From 2c4774ad39d63279e1219b27243a636ad812e2db Mon Sep 17 00:00:00 2001 From: Pavan Shinde Date: Sun, 8 Mar 2026 03:08:50 +0000 Subject: [PATCH 2/2] docs: fix React Query stars badge repo --- docs/framework/react/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/comparison.md b/docs/framework/react/comparison.md index 42eedad0a1c..1fe965bdc4d 100644 --- a/docs/framework/react/comparison.md +++ b/docs/framework/react/comparison.md @@ -82,7 +82,7 @@ Feature/Capability Key: [bpl-react-query]: https://bundlephobia.com/result?p=@tanstack/react-query [bp-react-query]: https://badgen.net/bundlephobia/minzip/@tanstack/react-query?label=💾 [gh-react-query]: https://github.com/TanStack/query -[stars-react-query]: https://img.shields.io/github/stars/tannerlinsley/react-query?label=%F0%9F%8C%9F +[stars-react-query]: https://img.shields.io/github/stars/TanStack/query?label=%F0%9F%8C%9F [swr]: https://github.com/vercel/swr [bp-swr]: https://badgen.net/bundlephobia/minzip/swr?label=💾 [gh-swr]: https://github.com/vercel/swr