|
326 | 326 | }
|
327 | 327 | ]
|
328 | 328 | },
|
| 329 | + { |
| 330 | + "label": "solid", |
| 331 | + "children": [ |
| 332 | + { |
| 333 | + "label": "Important Defaults", |
| 334 | + "to": "framework/solid/guides/important-defaults" |
| 335 | + }, |
| 336 | + { |
| 337 | + "label": "Queries", |
| 338 | + "to": "framework/solid/guides/queries" |
| 339 | + }, |
| 340 | + { |
| 341 | + "label": "Query Keys", |
| 342 | + "to": "framework/solid/guides/query-keys" |
| 343 | + }, |
| 344 | + { |
| 345 | + "label": "Query Functions", |
| 346 | + "to": "framework/solid/guides/query-functions" |
| 347 | + }, |
| 348 | + { |
| 349 | + "label": "Query Options", |
| 350 | + "to": "framework/solid/guides/query-options" |
| 351 | + }, |
| 352 | + { |
| 353 | + "label": "Network Mode", |
| 354 | + "to": "framework/solid/guides/network-mode" |
| 355 | + }, |
| 356 | + { |
| 357 | + "label": "Parallel Queries", |
| 358 | + "to": "framework/solid/guides/parallel-queries" |
| 359 | + }, |
| 360 | + { |
| 361 | + "label": "Dependent Queries", |
| 362 | + "to": "framework/solid/guides/dependent-queries" |
| 363 | + }, |
| 364 | + { |
| 365 | + "label": "Background Fetching Indicators", |
| 366 | + "to": "framework/solid/guides/background-fetching-indicators" |
| 367 | + }, |
| 368 | + { |
| 369 | + "label": "Window Focus Refetching", |
| 370 | + "to": "framework/solid/guides/window-focus-refetching" |
| 371 | + }, |
| 372 | + { |
| 373 | + "label": "Disabling/Pausing Queries", |
| 374 | + "to": "framework/solid/guides/disabling-queries" |
| 375 | + }, |
| 376 | + { |
| 377 | + "label": "Query Retries", |
| 378 | + "to": "framework/solid/guides/query-retries" |
| 379 | + }, |
| 380 | + { |
| 381 | + "label": "Paginated Queries", |
| 382 | + "to": "framework/solid/guides/paginated-queries" |
| 383 | + }, |
| 384 | + { |
| 385 | + "label": "Infinite Queries", |
| 386 | + "to": "framework/solid/guides/infinite-queries" |
| 387 | + }, |
| 388 | + { |
| 389 | + "label": "Initial Query Data", |
| 390 | + "to": "framework/solid/guides/initial-query-data" |
| 391 | + }, |
| 392 | + { |
| 393 | + "label": "Placeholder Query Data", |
| 394 | + "to": "framework/solid/guides/placeholder-query-data" |
| 395 | + }, |
| 396 | + { |
| 397 | + "label": "Mutations", |
| 398 | + "to": "framework/solid/guides/mutations" |
| 399 | + }, |
| 400 | + { |
| 401 | + "label": "Query Invalidation", |
| 402 | + "to": "framework/solid/guides/query-invalidation" |
| 403 | + }, |
| 404 | + { |
| 405 | + "label": "Invalidation from Mutations", |
| 406 | + "to": "framework/solid/guides/invalidations-from-mutations" |
| 407 | + }, |
| 408 | + { |
| 409 | + "label": "Updates from Mutation Responses", |
| 410 | + "to": "framework/solid/guides/updates-from-mutation-responses" |
| 411 | + }, |
| 412 | + { |
| 413 | + "label": "Optimistic Updates", |
| 414 | + "to": "framework/solid/guides/optimistic-updates" |
| 415 | + }, |
| 416 | + { |
| 417 | + "label": "Query Cancellation", |
| 418 | + "to": "framework/solid/guides/query-cancellation" |
| 419 | + }, |
| 420 | + { |
| 421 | + "label": "Scroll Restoration", |
| 422 | + "to": "framework/solid/guides/scroll-restoration" |
| 423 | + }, |
| 424 | + { |
| 425 | + "label": "Filters", |
| 426 | + "to": "framework/solid/guides/filters" |
| 427 | + }, |
| 428 | + { |
| 429 | + "label": "Request Waterfalls", |
| 430 | + "to": "framework/solid/guides/request-waterfalls" |
| 431 | + }, |
| 432 | + { |
| 433 | + "label": "Prefetching", |
| 434 | + "to": "framework/solid/guides/prefetching" |
| 435 | + }, |
| 436 | + { |
| 437 | + "label": "SSR", |
| 438 | + "to": "framework/solid/guides/ssr" |
| 439 | + }, |
| 440 | + { |
| 441 | + "label": "Advanced SSR", |
| 442 | + "to": "framework/solid/guides/advanced-ssr" |
| 443 | + }, |
| 444 | + { |
| 445 | + "label": "Caching", |
| 446 | + "to": "framework/solid/guides/caching" |
| 447 | + }, |
| 448 | + { |
| 449 | + "label": "Default Query Fn", |
| 450 | + "to": "framework/solid/guides/default-query-function" |
| 451 | + }, |
| 452 | + { |
| 453 | + "label": "Suspense", |
| 454 | + "to": "framework/solid/guides/suspense" |
| 455 | + }, |
| 456 | + { |
| 457 | + "label": "Testing", |
| 458 | + "to": "framework/solid/guides/testing" |
| 459 | + }, |
| 460 | + { |
| 461 | + "label": "Does this replace state managers?", |
| 462 | + "to": "framework/angular/guides/does-this-replace-client-state" |
| 463 | + } |
| 464 | + ] |
| 465 | + }, |
329 | 466 | {
|
330 | 467 | "label": "vue",
|
331 | 468 | "children": [
|
|
757 | 894 | "label": "solid",
|
758 | 895 | "children": [
|
759 | 896 | {
|
760 |
| - "label": "createQuery", |
761 |
| - "to": "framework/solid/reference/createQuery" |
| 897 | + "label": "useQuery", |
| 898 | + "to": "framework/solid/reference/useQuery" |
| 899 | + }, |
| 900 | + { |
| 901 | + "label": "useQueries", |
| 902 | + "to": "framework/solid/reference/useQueries" |
| 903 | + }, |
| 904 | + { |
| 905 | + "label": "useInfiniteQuery", |
| 906 | + "to": "framework/solid/reference/useInfiniteQuery" |
| 907 | + }, |
| 908 | + { |
| 909 | + "label": "useMutation", |
| 910 | + "to": "framework/solid/reference/useMutation" |
| 911 | + }, |
| 912 | + { |
| 913 | + "label": "useIsFetching", |
| 914 | + "to": "framework/solid/reference/useIsFetching" |
| 915 | + }, |
| 916 | + { |
| 917 | + "label": "useIsMutating", |
| 918 | + "to": "framework/solid/reference/useIsMutating" |
| 919 | + }, |
| 920 | + { |
| 921 | + "label": "useMutationState", |
| 922 | + "to": "framework/solid/reference/useMutationState" |
| 923 | + }, |
| 924 | + { |
| 925 | + "label": "queryOptions", |
| 926 | + "to": "framework/solid/reference/queryOptions" |
| 927 | + }, |
| 928 | + { |
| 929 | + "label": "infiniteQueryOptions", |
| 930 | + "to": "framework/solid/reference/infiniteQueryOptions" |
| 931 | + }, |
| 932 | + { |
| 933 | + "label": "hydration", |
| 934 | + "to": "framework/solid/reference/hydration" |
762 | 935 | }
|
763 | 936 | ]
|
764 | 937 | },
|
|
844 | 1017 | }
|
845 | 1018 | ]
|
846 | 1019 | },
|
| 1020 | + { |
| 1021 | + "label": "solid", |
| 1022 | + "children": [ |
| 1023 | + { |
| 1024 | + "label": "TkDodo's Blog", |
| 1025 | + "to": "framework/solid/community/tkdodos-blog" |
| 1026 | + }, |
| 1027 | + { |
| 1028 | + "label": "Community Projects", |
| 1029 | + "to": "framework/solid/community/community-projects" |
| 1030 | + } |
| 1031 | + ] |
| 1032 | + }, |
847 | 1033 | {
|
848 | 1034 | "label": "vue",
|
849 | 1035 | "children": [
|
|
1131 | 1317 | }
|
1132 | 1318 | ]
|
1133 | 1319 | },
|
| 1320 | + { |
| 1321 | + "label": "solid", |
| 1322 | + "children": [ |
| 1323 | + { |
| 1324 | + "label": "broadcastQueryClient (Experimental)", |
| 1325 | + "to": "framework/solid/plugins/broadcastQueryClient" |
| 1326 | + }, |
| 1327 | + { |
| 1328 | + "label": "createPersister (Experimental)", |
| 1329 | + "to": "framework/solid/plugins/createPersister" |
| 1330 | + } |
| 1331 | + ] |
| 1332 | + }, |
1134 | 1333 | {
|
1135 | 1334 | "label": "vue",
|
1136 | 1335 | "children": [
|
|
0 commit comments