react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
useAwaited / no fallback?
Auth context initially returns null and doesn't redirect/rerender after update
Lazy file and lazy route the route will not mount the component
Loader can be triggered by Link Component but not when using useNavigate.
Handling nested routes (migrating from react-router dom)
Help with @tanstack/react-router Error using useNAvigate
I want to navigate and have the behavior of window.history.replaceState
Router TS Issues

Outlet is not displaying as expected

Is it possible to narrow auth type on authenticated routes?
_auth.dashboard.tsx
, auth.user
is of type string | null
. I would like it to be just string
, since I assume the user to be valid at this point.
If I should not do this and instead redirect to login on invalid user in each route, what would be the reasons for that?...how do I add a public path prefix to the file router generator?
Route masking with file based routing
_authenticated.tsx doesn't work.

Using navigate in useEffect leads to false routing
<Link>
to the /about
page.
2. The component of the /about
page has a useEffect
which executes navigate
function.
3. The navigate
only applies an id
query param, not more.
4. Expect: I would expect the final path to be /about?id=1234
5. Actual: The router navigates back to the home route /
I'm coming from and applies the id=1234
query param there instead....Why doesn't the bootloader appear when switching between routes?
Navigate to the same route but change the route param
Would you consider making `<Meta />` optional?
__TSR__
and this is how I figured out what's going on....How do I access route context in a Route's meta()?
meta: ({match: { routeContext: { someField } } }) => { ... }
meta: ({match: { routeContext: { someField } } }) => { ... }
is route sorting broken, or is it my understanding?
Loader Navigation