router-questions
File-based routing: "/" to show landing page for users and dashboard/app for authenticated users
react
typescript
DefaultGlobalNotFound in production
react
typescript
Get params without including it in file name.
react
Router Context Error: Property does not exist on type {}
react
typescript
Layouts & folder structure
react
How to give better names for route.tsx / route.lazy.tsx
react
Convenient search param setter?
react
typescript
Routing doesn't works!
react
typescript
Should all path params be required for relative navigation?
react
Is there any way to programmatically trigger redirect using file based routing?
react
Weird bug that cannot be reproduced in stackblitz and wasn't happening with react-router-dom
react
__root and context
react
typescript
How to get router context in component?
react
Nested Directories with pathless underscore route not resolving path strings
react
typescript
How to use loader data of a parent route?
react
Redirect when isAuthenticated value in context is changing
react
Breadcrumbs metadata
react
How to get type infer?
react
typescript
Passing props between routes
react
[SOLVED] beforeLoad wait for auth?
react
typescript
How to solve lexical scope error?
react
typescript
Navigate is too fast...
react
typescript
mask all search params except one
react
Use router.subscribe to detect nav direction between parent and child
react
Router context for non-root routes
react
typescript
Specifying `true` for some To Options
react
Context and router
react
typescript
How to redirect from root layout?
react
[SOLVED] Does validateSearch not work with createLazyFileRoute?
react
typescript
Recovery from error in errorComponent
react
typescript
Not valid react child error on simple component
react
typescript
Getting multiple re-renders
react
Getting 'Type instantiation is excessively deep and possibly infinite.' TS error using matchRoute
react
typescript
Param masking clears path
react
Why context auth doesn't work if the router is lazy?
react
Migration from `NotFoundRoute` to `notFoundComponent`
react
File-based authenticad route is rendered because isAuthenticated is not fetched yet in the context
react
typescript
Squiglies in createLazyFileRoute
react
Getting a weird error following the react-query-file-based example
react
Should I use Loader in routes?
react
typescript
ts error when using MatchRoute to identify parametrized child route in the parent route component
react
typescript
LayoutIndexImport.update is not a function
react
typescript
Disable error component, or enable enable it to retry query.
react
What is the current way to not trigger whole tree reload (as parent) on sub-tree URL change?
react
typescript
Question about type-inference
react
typescript
Does type interference work on navigate({search})
react
how to get current url in the layout route?
react
typescript
purpose of <MatchRoute component
react
typescript
Should I put the `routeTree.gen.ts` in my .gitignore file?
react
typescript
Filebased router
react