Commit cb40661
authored
docs(comparison): mark RTK Query as supporting infinite queries (#9120)
RTK Query now supports infinite queries as introduced in Redux Toolkit v2.6.0. This feature allows efficient pagination handling through useInfiniteQuery, with built-in support for fetching next/previous pages and managing paginated cache state.
Docs: https://redux-toolkit.js.org/rtk-query/usage/infinite-queries
Release: https://github.com/reduxjs/redux-toolkit/releases/tag/v2.6.01 parent 3da0c7e commit cb40661
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments