Skip to content

Commit f64ac77

Browse files
Update bundlephobia link to TanStack React Query (#9990)
docs: update bundlephobia links to @tanstack/react-query The bundlephobia links were pointing to the old react-query package (v3) instead of the current @tanstack/react-query package. Co-authored-by: Claude <[email protected]>
1 parent bdec357 commit f64ac77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/react/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Feature/Capability Key:
7979
8080
> **<sup>8</sup> React Router cache persistence** - React Router does not cache data beyond the currently matched routes. If a route is left, its data is lost.
8181
82-
[bpl-react-query]: https://bundlephobia.com/result?p=react-query
83-
[bp-react-query]: https://badgen.net/bundlephobia/minzip/react-query?label=💾
82+
[bpl-react-query]: https://bundlephobia.com/result?p=@tanstack/react-query
83+
[bp-react-query]: https://badgen.net/bundlephobia/minzip/@tanstack/react-query?label=💾
8484
[gh-react-query]: https://github.com/tannerlinsley/react-query
8585
[stars-react-query]: https://img.shields.io/github/stars/tannerlinsley/react-query?label=%F0%9F%8C%9F
8686
[swr]: https://github.com/vercel/swr

0 commit comments

Comments
 (0)