|
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 | }, |
|
327 | 331 | { |
328 | 332 | "label": "broadcastQueryClient (Experimental)", |
329 | 333 | "to": "react/plugins/broadcastQueryClient" |
| 334 | + }, |
| 335 | + { |
| 336 | + "label": "createPersister (Experimental)", |
| 337 | + "to": "react/plugins/createPersister" |
330 | 338 | } |
331 | 339 | ] |
332 | 340 | }, |
|
357 | 365 | "label": "useIsMutating", |
358 | 366 | "to": "react/reference/useIsMutating" |
359 | 367 | }, |
| 368 | + { |
| 369 | + "label": "useMutationState", |
| 370 | + "to": "react/reference/useMutationState" |
| 371 | + }, |
360 | 372 | { |
361 | 373 | "label": "QueryClient", |
362 | 374 | "to": "react/reference/QueryClient" |
|
575 | 587 | "to": "vue/guides/suspense" |
576 | 588 | }, |
577 | 589 | { |
578 | | - "label": "Custom Logger", |
579 | | - "to": "vue/guides/custom-logger" |
| 590 | + "label": "Testing", |
| 591 | + "to": "vue/guides/testing" |
580 | 592 | }, |
581 | 593 | { |
582 | 594 | "label": "Custom Client", |
|
585 | 597 | { |
586 | 598 | "label": "Does this replace [Vuex, Pinia]?", |
587 | 599 | "to": "vue/guides/does-this-replace-client-state" |
| 600 | + }, |
| 601 | + { |
| 602 | + "label": "Migrating to v5", |
| 603 | + "to": "vue/guides/migrating-to-v5" |
588 | 604 | } |
589 | 605 | ] |
590 | 606 | }, |
|
0 commit comments