|
164 | 164 | "label": "Suspense", |
165 | 165 | "to": "react/guides/suspense" |
166 | 166 | }, |
167 | | - { |
168 | | - "label": "Custom Logger", |
169 | | - "to": "react/guides/custom-logger" |
170 | | - }, |
171 | 167 | { |
172 | 168 | "label": "Testing", |
173 | 169 | "to": "react/guides/testing" |
|
177 | 173 | "to": "react/guides/does-this-replace-client-state" |
178 | 174 | }, |
179 | 175 | { |
180 | | - "label": "Migrating to React Query 3", |
| 176 | + "label": "Migrating to v3", |
181 | 177 | "to": "react/guides/migrating-to-react-query-3" |
182 | 178 | }, |
183 | 179 | { |
184 | | - "label": "Migrating to React Query 4", |
| 180 | + "label": "Migrating to v4", |
185 | 181 | "to": "react/guides/migrating-to-react-query-4" |
| 182 | + }, |
| 183 | + { |
| 184 | + "label": "Migrating to v5", |
| 185 | + "to": "react/guides/migrating-to-v5" |
186 | 186 | } |
187 | 187 | ] |
188 | 188 | }, |
|
246 | 246 | "label": "Load-More & Infinite Scroll", |
247 | 247 | "to": "react/examples/react/load-more-infinite-scroll" |
248 | 248 | }, |
| 249 | + { |
| 250 | + "label": "Infinite query with Max pages", |
| 251 | + "to": "react/examples/react/infinite-query-with-max-pages" |
| 252 | + }, |
249 | 253 | { |
250 | 254 | "label": "Suspense", |
251 | 255 | "to": "react/examples/react/suspense" |
|
274 | 278 | "label": "Next.js", |
275 | 279 | "to": "react/examples/react/nextjs" |
276 | 280 | }, |
| 281 | + { |
| 282 | + "label": "Next.js app with streaming", |
| 283 | + "to": "react/examples/react/nextjs-suspense-streaming" |
| 284 | + }, |
277 | 285 | { |
278 | 286 | "label": "React Native", |
279 | 287 | "to": "react/examples/react/react-native" |
|
302 | 310 | { |
303 | 311 | "label": "Exhaustive Deps", |
304 | 312 | "to": "react/eslint/exhaustive-deps" |
305 | | - }, |
306 | | - { |
307 | | - "label": "Prefer object syntax", |
308 | | - "to": "react/eslint/prefer-query-object-syntax" |
309 | 313 | } |
310 | 314 | ] |
311 | 315 | }, |
|
357 | 361 | "label": "useIsMutating", |
358 | 362 | "to": "react/reference/useIsMutating" |
359 | 363 | }, |
| 364 | + { |
| 365 | + "label": "useMutationState", |
| 366 | + "to": "react/reference/useMutationState" |
| 367 | + }, |
360 | 368 | { |
361 | 369 | "label": "QueryClient", |
362 | 370 | "to": "react/reference/QueryClient" |
|
574 | 582 | "label": "Suspense", |
575 | 583 | "to": "vue/guides/suspense" |
576 | 584 | }, |
577 | | - { |
578 | | - "label": "Custom Logger", |
579 | | - "to": "vue/guides/custom-logger" |
580 | | - }, |
581 | 585 | { |
582 | 586 | "label": "Testing", |
583 | 587 | "to": "vue/guides/testing" |
584 | 588 | }, |
585 | 589 | { |
586 | 590 | "label": "Does this replace [Vuex, Pinia]?", |
587 | 591 | "to": "vue/guides/does-this-replace-client-state" |
| 592 | + }, |
| 593 | + { |
| 594 | + "label": "Migrating to v5", |
| 595 | + "to": "react/guides/migrating-to-v5" |
588 | 596 | } |
589 | 597 | ] |
590 | 598 | }, |
|
0 commit comments