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
Why providing queryClient as context
createRouter context.
I wonder why should a user do that? The entire app inclusively the router can use the queryClient directly?
```ts
//https://tanstack.com/router/latest/docs/framework/react/examples/basic-react-query-file-based...Styling parent of <Link> with active state
Using TSR in an existing app that already uses GET param routing
example.com/?module=foo. The module=foo param will always be there and i'd like to make TSR use additional GET params to store the current client-side-only route / parameters, e.g. example.com/?module=foo&page=about.
Is this possible?...Typing issue with IntelliJ IDEA
How to invalidate route from the __root.tsx?
/about page and there's no internet connection, I render ErrorComponent but I'd like to reload this page once I'm online again (so it's when I get message from sw)
That's what I tried:
```...Accessing Path Params For Component in createRoute
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.
