Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 200 additions & 0 deletions router_docs_files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
api/file-based-routing.md
eslint/create-route-property-order.md
eslint/eslint-plugin-router.md
framework/react/api/router.md
framework/react/api/router/ActiveLinkOptionsType.md
framework/react/api/router/AsyncRouteComponentType.md
framework/react/api/router/FileRouteClass.md
framework/react/api/router/LinkOptionsType.md
framework/react/api/router/LinkPropsType.md
framework/react/api/router/MatchRouteOptionsType.md
framework/react/api/router/NavigateOptionsType.md
framework/react/api/router/NotFoundErrorType.md
framework/react/api/router/NotFoundRouteClass.md
framework/react/api/router/ParsedHistoryStateType.md
framework/react/api/router/ParsedLocationType.md
framework/react/api/router/RedirectType.md
framework/react/api/router/RegisterType.md
framework/react/api/router/RootRouteClass.md
framework/react/api/router/RouteApiClass.md
framework/react/api/router/RouteApiType.md
framework/react/api/router/RouteClass.md
framework/react/api/router/RouteMaskType.md
framework/react/api/router/RouteMatchType.md
framework/react/api/router/RouteOptionsType.md
framework/react/api/router/RouteType.md
framework/react/api/router/RouterClass.md
framework/react/api/router/RouterEventsType.md
framework/react/api/router/RouterOptionsType.md
framework/react/api/router/RouterStateType.md
framework/react/api/router/RouterType.md
framework/react/api/router/ToMaskOptionsType.md
framework/react/api/router/ToOptionsType.md
framework/react/api/router/UseMatchRouteOptionsType.md
framework/react/api/router/ViewTransitionOptionsType.md
framework/react/api/router/awaitComponent.md
framework/react/api/router/catchBoundaryComponent.md
framework/react/api/router/catchNotFoundComponent.md
framework/react/api/router/clientOnlyComponent.md
framework/react/api/router/createFileRouteFunction.md
framework/react/api/router/createLazyFileRouteFunction.md
framework/react/api/router/createLazyRouteFunction.md
framework/react/api/router/createRootRouteFunction.md
framework/react/api/router/createRootRouteWithContextFunction.md
framework/react/api/router/createRouteFunction.md
framework/react/api/router/createRouteMaskFunction.md
framework/react/api/router/createRouterFunction.md
framework/react/api/router/defaultGlobalNotFoundComponent.md
framework/react/api/router/deferFunction.md
framework/react/api/router/errorComponentComponent.md
framework/react/api/router/getRouteApiFunction.md
framework/react/api/router/historyStateInterface.md
framework/react/api/router/isNotFoundFunction.md
framework/react/api/router/isRedirectFunction.md
framework/react/api/router/lazyRouteComponentFunction.md
framework/react/api/router/linkComponent.md
framework/react/api/router/linkOptions.md
framework/react/api/router/matchRouteComponent.md
framework/react/api/router/navigateComponent.md
framework/react/api/router/notFoundFunction.md
framework/react/api/router/outletComponent.md
framework/react/api/router/redirectFunction.md
framework/react/api/router/retainSearchParamsFunction.md
framework/react/api/router/rootRouteWithContextFunction.md
framework/react/api/router/stripSearchParamsFunction.md
framework/react/api/router/useAwaitedHook.md
framework/react/api/router/useBlockerHook.md
framework/react/api/router/useCanGoBack.md
framework/react/api/router/useChildMatchesHook.md
framework/react/api/router/useLinkPropsHook.md
framework/react/api/router/useLoaderDataHook.md
framework/react/api/router/useLoaderDepsHook.md
framework/react/api/router/useLocationHook.md
framework/react/api/router/useMatchHook.md
framework/react/api/router/useMatchRouteHook.md
framework/react/api/router/useMatchesHook.md
framework/react/api/router/useNavigateHook.md
framework/react/api/router/useParamsHook.md
framework/react/api/router/useParentMatchesHook.md
framework/react/api/router/useRouteContextHook.md
framework/react/api/router/useRouterHook.md
framework/react/api/router/useRouterStateHook.md
framework/react/api/router/useSearchHook.md
framework/react/comparison.md
framework/react/decisions-on-dx.md
framework/react/devtools.md
framework/react/faq.md
framework/react/guide/authenticated-routes.md
framework/react/guide/automatic-code-splitting.md
framework/react/guide/code-splitting.md
framework/react/guide/creating-a-router.md
framework/react/guide/custom-link.md
framework/react/guide/custom-search-param-serialization.md
framework/react/guide/data-loading.md
framework/react/guide/data-mutations.md
framework/react/guide/deferred-data-loading.md
framework/react/guide/document-head-management.md
framework/react/guide/external-data-loading.md
framework/react/guide/history-types.md
framework/react/guide/link-options.md
framework/react/guide/navigation-blocking.md
framework/react/guide/navigation.md
framework/react/guide/not-found-errors.md
framework/react/guide/outlets.md
framework/react/guide/parallel-routes.md
framework/react/guide/path-params.md
framework/react/guide/preloading.md
framework/react/guide/render-optimizations.md
framework/react/guide/route-masking.md
framework/react/guide/router-context.md
framework/react/guide/scroll-restoration.md
framework/react/guide/search-params.md
framework/react/guide/ssr.md
framework/react/guide/static-route-data.md
framework/react/guide/type-safety.md
framework/react/guide/type-utilities.md
framework/react/how-to/README.md
framework/react/how-to/arrays-objects-dates-search-params.md
framework/react/how-to/debug-router-issues.md
framework/react/how-to/deploy-to-production.md
framework/react/how-to/drafts/README.md
framework/react/how-to/drafts/build-search-filtering-systems.draft.md
framework/react/how-to/drafts/optimize-search-param-performance.draft.md
framework/react/how-to/drafts/search-params-in-forms.draft.md
framework/react/how-to/install.md
framework/react/how-to/integrate-chakra-ui.md
framework/react/how-to/integrate-framer-motion.md
framework/react/how-to/integrate-material-ui.md
framework/react/how-to/integrate-shadcn-ui.md
framework/react/how-to/migrate-from-react-router.md
framework/react/how-to/navigate-with-search-params.md
framework/react/how-to/setup-auth-providers.md
framework/react/how-to/setup-authentication.md
framework/react/how-to/setup-basic-search-params.md
framework/react/how-to/setup-rbac.md
framework/react/how-to/setup-ssr.md
framework/react/how-to/setup-testing.md
framework/react/how-to/share-search-params-across-routes.md
framework/react/how-to/test-file-based-routing.md
framework/react/how-to/use-environment-variables.md
framework/react/how-to/validate-search-params.md
framework/react/installation.md
framework/react/migrate-from-react-location.md
framework/react/migrate-from-react-router.md
framework/react/overview.md
framework/react/quick-start.md
framework/react/routing/code-based-routing.md
framework/react/routing/file-based-routing.md
framework/react/routing/file-naming-conventions.md
framework/react/routing/installation-with-esbuild.md
framework/react/routing/installation-with-router-cli.md
framework/react/routing/installation-with-rspack.md
framework/react/routing/installation-with-vite.md
framework/react/routing/installation-with-webpack.md
framework/react/routing/route-matching.md
framework/react/routing/route-trees.md
framework/react/routing/routing-concepts.md
framework/react/routing/virtual-file-routes.md
framework/solid/decisions-on-dx.md
framework/solid/devtools.md
framework/solid/faq.md
framework/solid/guide/authenticated-routes.md
framework/solid/guide/automatic-code-splitting.md
framework/solid/guide/code-splitting.md
framework/solid/guide/creating-a-router.md
framework/solid/guide/custom-link.md
framework/solid/guide/custom-search-param-serialization.md
framework/solid/guide/data-loading.md
framework/solid/guide/data-mutations.md
framework/solid/guide/deferred-data-loading.md
framework/solid/guide/document-head-management.md
framework/solid/guide/external-data-loading.md
framework/solid/guide/history-types.md
framework/solid/guide/link-options.md
framework/solid/guide/navigation-blocking.md
framework/solid/guide/navigation.md
framework/solid/guide/not-found-errors.md
framework/solid/guide/outlets.md
framework/solid/guide/path-params.md
framework/solid/guide/preloading.md
framework/solid/guide/route-masking.md
framework/solid/guide/router-context.md
framework/solid/guide/scroll-restoration.md
framework/solid/guide/search-params.md
framework/solid/guide/ssr.md
framework/solid/guide/static-route-data.md
framework/solid/guide/type-safety.md
framework/solid/guide/type-utilities.md
framework/solid/installation.md
framework/solid/overview.md
framework/solid/quick-start.md
framework/solid/routing/code-based-routing.md
framework/solid/routing/file-based-routing.md
framework/solid/routing/file-naming-conventions.md
framework/solid/routing/installation-with-router-cli.md
framework/solid/routing/installation-with-vite.md
framework/solid/routing/route-matching.md
framework/solid/routing/route-trees.md
framework/solid/routing/routing-concepts.md
framework/solid/routing/virtual-file-routes.md
integrations/query.md
Loading
Loading