From afd54be085faa83eebe39c351eb6e8f4e1538e91 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 23 Dec 2025 08:14:51 +0000 Subject: [PATCH] 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. --- docs/framework/react/comparison.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/react/comparison.md b/docs/framework/react/comparison.md index fc79155bbc..5b9bca125e 100644 --- a/docs/framework/react/comparison.md +++ b/docs/framework/react/comparison.md @@ -79,8 +79,8 @@ Feature/Capability Key: > **8 React Router cache persistence** - React Router does not cache data beyond the currently matched routes. If a route is left, its data is lost. -[bpl-react-query]: https://bundlephobia.com/result?p=react-query -[bp-react-query]: https://badgen.net/bundlephobia/minzip/react-query?label=💾 +[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 [stars-react-query]: https://img.shields.io/github/stars/tannerlinsley/react-query?label=%F0%9F%8C%9F [swr]: https://github.com/vercel/swr