Skip to content

Commit 29559b1

Browse files
authored
docs: updating rtk-query links in Normalized Caching topic in the docs (TanStack#2378)
1 parent 772c6c4 commit 29559b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/pages/comparison.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Feature/Capability Key:
7171
7272
> **<sup>5</sup> Automatic Refetch after Mutation** - For truly automatic refetching to happen after a mutation occurs, a schema is necessary (like the one graphQL provides) along with heuristics that help the library know how to identify individual entities and entities types in that schema.
7373
74-
> **<sup>6</sup> Normalized Caching** - React Query and SWR do not currently support automatic-normalized caching which describes storing entities in a flat architecture to avoid some high-level data duplication.
74+
> **<sup>6</sup> Normalized Caching** - React Query, SWR and RTK-Query do not currently support automatic-normalized caching which describes storing entities in a flat architecture to avoid some high-level data duplication.
7575
7676
<!-- -->
7777

@@ -98,8 +98,8 @@ Feature/Capability Key:
9898

9999
<!-- -->
100100

101-
[rtk-query]: https://rtk-query-docs.netlify.app/
102-
[rtk-query-comparison]: https://rtk-query-docs.netlify.app/introduction/comparison
101+
[rtk-query]: https://redux-toolkit.js.org/rtk-query/overview
102+
[rtk-query-comparison]: https://redux-toolkit.js.org/rtk-query/comparison
103103
[bp-rtk]: https://badgen.net/bundlephobia/minzip/@reduxjs/toolkit?label=💾
104104
[bp-rtk-query]: https://badgen.net/bundlephobia/minzip/@rtk-incubator/rtk-query?label=💾
105105
[gh-rtk-query]: https://github.com/rtk-incubator/rtk-query

0 commit comments

Comments
 (0)