|
167 | 167 | "to": "framework/angular/zoneless" |
168 | 168 | } |
169 | 169 | ] |
| 170 | + }, |
| 171 | + { |
| 172 | + "label": "preact", |
| 173 | + "children": [ |
| 174 | + { |
| 175 | + "label": "Overview", |
| 176 | + "to": "framework/preact/overview" |
| 177 | + }, |
| 178 | + { |
| 179 | + "label": "Installation", |
| 180 | + "to": "framework/preact/installation" |
| 181 | + }, |
| 182 | + { |
| 183 | + "label": "Quick Start", |
| 184 | + "to": "framework/preact/quick-start" |
| 185 | + }, |
| 186 | + { |
| 187 | + "label": "TypeScript", |
| 188 | + "to": "framework/preact/typescript" |
| 189 | + }, |
| 190 | + { |
| 191 | + "label": "GraphQL", |
| 192 | + "to": "framework/preact/graphql" |
| 193 | + } |
| 194 | + ] |
170 | 195 | } |
171 | 196 | ] |
172 | 197 | }, |
|
717 | 742 | "to": "framework/angular/guides/does-this-replace-client-state" |
718 | 743 | } |
719 | 744 | ] |
| 745 | + }, |
| 746 | + { |
| 747 | + "label": "preact", |
| 748 | + "children": [ |
| 749 | + { |
| 750 | + "label": "Important Defaults", |
| 751 | + "to": "framework/preact/guides/important-defaults" |
| 752 | + }, |
| 753 | + { |
| 754 | + "label": "Queries", |
| 755 | + "to": "framework/preact/guides/queries" |
| 756 | + }, |
| 757 | + { |
| 758 | + "label": "Query Keys", |
| 759 | + "to": "framework/preact/guides/query-keys" |
| 760 | + }, |
| 761 | + { |
| 762 | + "label": "Query Functions", |
| 763 | + "to": "framework/preact/guides/query-functions" |
| 764 | + }, |
| 765 | + { |
| 766 | + "label": "Query Options", |
| 767 | + "to": "framework/preact/guides/query-options" |
| 768 | + }, |
| 769 | + { |
| 770 | + "label": "Network Mode", |
| 771 | + "to": "framework/preact/guides/network-mode" |
| 772 | + }, |
| 773 | + { |
| 774 | + "label": "Parallel Queries", |
| 775 | + "to": "framework/preact/guides/parallel-queries" |
| 776 | + }, |
| 777 | + { |
| 778 | + "label": "Dependent Queries", |
| 779 | + "to": "framework/preact/guides/dependent-queries" |
| 780 | + }, |
| 781 | + { |
| 782 | + "label": "Background Fetching Indicators", |
| 783 | + "to": "framework/preact/guides/background-fetching-indicators" |
| 784 | + }, |
| 785 | + { |
| 786 | + "label": "Window Focus Refetching", |
| 787 | + "to": "framework/preact/guides/window-focus-refetching" |
| 788 | + }, |
| 789 | + { |
| 790 | + "label": "Disabling/Pausing Queries", |
| 791 | + "to": "framework/preact/guides/disabling-queries" |
| 792 | + }, |
| 793 | + { |
| 794 | + "label": "Query Retries", |
| 795 | + "to": "framework/preact/guides/query-retries" |
| 796 | + }, |
| 797 | + { |
| 798 | + "label": "Paginated Queries", |
| 799 | + "to": "framework/preact/guides/paginated-queries" |
| 800 | + }, |
| 801 | + { |
| 802 | + "label": "Infinite Queries", |
| 803 | + "to": "framework/preact/guides/infinite-queries" |
| 804 | + }, |
| 805 | + { |
| 806 | + "label": "Initial Query Data", |
| 807 | + "to": "framework/preact/guides/initial-query-data" |
| 808 | + }, |
| 809 | + { |
| 810 | + "label": "Placeholder Query Data", |
| 811 | + "to": "framework/preact/guides/placeholder-query-data" |
| 812 | + }, |
| 813 | + { |
| 814 | + "label": "Mutations", |
| 815 | + "to": "framework/preact/guides/mutations" |
| 816 | + }, |
| 817 | + { |
| 818 | + "label": "Query Invalidation", |
| 819 | + "to": "framework/preact/guides/query-invalidation" |
| 820 | + }, |
| 821 | + { |
| 822 | + "label": "Invalidation from Mutations", |
| 823 | + "to": "framework/preact/guides/invalidations-from-mutations" |
| 824 | + }, |
| 825 | + { |
| 826 | + "label": "Updates from Mutation Responses", |
| 827 | + "to": "framework/preact/guides/updates-from-mutation-responses" |
| 828 | + }, |
| 829 | + { |
| 830 | + "label": "Optimistic Updates", |
| 831 | + "to": "framework/preact/guides/optimistic-updates" |
| 832 | + }, |
| 833 | + { |
| 834 | + "label": "Query Cancellation", |
| 835 | + "to": "framework/preact/guides/query-cancellation" |
| 836 | + }, |
| 837 | + { |
| 838 | + "label": "Scroll Restoration", |
| 839 | + "to": "framework/preact/guides/scroll-restoration" |
| 840 | + }, |
| 841 | + { |
| 842 | + "label": "Filters", |
| 843 | + "to": "framework/preact/guides/filters" |
| 844 | + }, |
| 845 | + { |
| 846 | + "label": "Performance & Request Waterfalls", |
| 847 | + "to": "framework/preact/guides/request-waterfalls" |
| 848 | + }, |
| 849 | + { |
| 850 | + "label": "Prefetching & Router Integration", |
| 851 | + "to": "framework/preact/guides/prefetching" |
| 852 | + }, |
| 853 | + { |
| 854 | + "label": "Caching", |
| 855 | + "to": "framework/preact/guides/caching" |
| 856 | + }, |
| 857 | + { |
| 858 | + "label": "Render Optimizations", |
| 859 | + "to": "framework/preact/guides/render-optimizations" |
| 860 | + }, |
| 861 | + { |
| 862 | + "label": "Default Query Fn", |
| 863 | + "to": "framework/preact/guides/default-query-function" |
| 864 | + }, |
| 865 | + { |
| 866 | + "label": "Does this replace [Redux, MobX, etc]?", |
| 867 | + "to": "framework/preact/guides/does-this-replace-client-state" |
| 868 | + } |
| 869 | + ] |
720 | 870 | } |
721 | 871 | ] |
722 | 872 | }, |
|
1009 | 1159 | "to": "framework/angular/reference/functions/injectMutation" |
1010 | 1160 | } |
1011 | 1161 | ] |
| 1162 | + }, |
| 1163 | + { |
| 1164 | + "label": "preact", |
| 1165 | + "children": [ |
| 1166 | + { |
| 1167 | + "label": "useQuery", |
| 1168 | + "to": "framework/preact/reference/functions/useQuery" |
| 1169 | + }, |
| 1170 | + { |
| 1171 | + "label": "useQueries", |
| 1172 | + "to": "framework/preact/reference/functions/useQueries" |
| 1173 | + }, |
| 1174 | + { |
| 1175 | + "label": "useInfiniteQuery", |
| 1176 | + "to": "framework/preact/reference/functions/useInfiniteQuery" |
| 1177 | + }, |
| 1178 | + { |
| 1179 | + "label": "useMutation", |
| 1180 | + "to": "framework/preact/reference/functions/useMutation" |
| 1181 | + }, |
| 1182 | + { |
| 1183 | + "label": "useIsFetching", |
| 1184 | + "to": "framework/preact/reference/functions/useIsFetching" |
| 1185 | + }, |
| 1186 | + { |
| 1187 | + "label": "useIsMutating", |
| 1188 | + "to": "framework/preact/reference/functions/useIsMutating" |
| 1189 | + }, |
| 1190 | + { |
| 1191 | + "label": "useMutationState", |
| 1192 | + "to": "framework/preact/reference/functions/useMutationState" |
| 1193 | + }, |
| 1194 | + { |
| 1195 | + "label": "useSuspenseQuery", |
| 1196 | + "to": "framework/preact/reference/functions/useSuspenseQuery" |
| 1197 | + }, |
| 1198 | + { |
| 1199 | + "label": "useSuspenseInfiniteQuery", |
| 1200 | + "to": "framework/preact/reference/functions/useSuspenseInfiniteQuery" |
| 1201 | + }, |
| 1202 | + { |
| 1203 | + "label": "useSuspenseQueries", |
| 1204 | + "to": "framework/preact/reference/functions/useSuspenseQueries" |
| 1205 | + }, |
| 1206 | + { |
| 1207 | + "label": "QueryClientProvider", |
| 1208 | + "to": "framework/preact/reference/functions/QueryClientProvider" |
| 1209 | + }, |
| 1210 | + { |
| 1211 | + "label": "useQueryClient", |
| 1212 | + "to": "framework/preact/reference/functions/useQueryClient" |
| 1213 | + }, |
| 1214 | + { |
| 1215 | + "label": "queryOptions", |
| 1216 | + "to": "framework/preact/reference/functions/queryOptions" |
| 1217 | + }, |
| 1218 | + { |
| 1219 | + "label": "infiniteQueryOptions", |
| 1220 | + "to": "framework/preact/reference/functions/infiniteQueryOptions" |
| 1221 | + }, |
| 1222 | + { |
| 1223 | + "label": "mutationOptions", |
| 1224 | + "to": "framework/preact/reference/functions/mutationOptions" |
| 1225 | + }, |
| 1226 | + { |
| 1227 | + "label": "usePrefetchQuery", |
| 1228 | + "to": "framework/preact/reference/functions/usePrefetchQuery" |
| 1229 | + }, |
| 1230 | + { |
| 1231 | + "label": "usePrefetchInfiniteQuery", |
| 1232 | + "to": "framework/preact/reference/functions/usePrefetchInfiniteQuery" |
| 1233 | + }, |
| 1234 | + { |
| 1235 | + "label": "QueryErrorResetBoundary", |
| 1236 | + "to": "framework/preact/reference/functions/QueryErrorResetBoundary" |
| 1237 | + }, |
| 1238 | + { |
| 1239 | + "label": "useQueryErrorResetBoundary", |
| 1240 | + "to": "framework/preact/reference/functions/useQueryErrorResetBoundary" |
| 1241 | + }, |
| 1242 | + { |
| 1243 | + "label": "hydration", |
| 1244 | + "to": "framework/react/reference/functions/HydrationBoundary" |
| 1245 | + } |
| 1246 | + ] |
1012 | 1247 | } |
1013 | 1248 | ] |
1014 | 1249 | }, |
|
0 commit comments