Skip to content

Commit 5cd3896

Browse files
authored
docs(react): update legacy react-query GitHub links (#10232)
* docs(react): update legacy react-query GitHub links * docs: fix React Query stars badge repo
1 parent bf9ca98 commit 5cd3896

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/framework/react/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Feature/Capability Key:
8181
8282
[bpl-react-query]: https://bundlephobia.com/result?p=@tanstack/react-query
8383
[bp-react-query]: https://badgen.net/bundlephobia/minzip/@tanstack/react-query?label=💾
84-
[gh-react-query]: https://github.com/tannerlinsley/react-query
85-
[stars-react-query]: https://img.shields.io/github/stars/tannerlinsley/react-query?label=%F0%9F%8C%9F
84+
[gh-react-query]: https://github.com/TanStack/query
85+
[stars-react-query]: https://img.shields.io/github/stars/TanStack/query?label=%F0%9F%8C%9F
8686
[swr]: https://github.com/vercel/swr
8787
[bp-swr]: https://badgen.net/bundlephobia/minzip/swr?label=💾
8888
[gh-swr]: https://github.com/vercel/swr

docs/framework/react/guides/migrating-to-react-query-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The `MutationCacheNotifyEvent` uses the same types as the `QueryCacheNotifyEvent
359359
360360
### Separate hydration exports have been removed
361361

362-
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.
362+
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.
363363

364364
```tsx
365365
- 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.
423423

424424
### Tracked Queries per default
425425

426-
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.
426+
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.
427427

428428
### Bailing out of updates with setQueryData
429429

0 commit comments

Comments
 (0)