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
Can we create a search functionality for searching routes
Detecting a change in path on location change

Is refactoring global React context provider to a loader bad practice?
useUserProfile.
Does it make sense to refactor this to a loader at root level, and then to access that data from whichever route you're in? Is that bad practice?...Runtime route manipulation (Fog of War)
Sentry setup
Can't find route.router in loader context params.
export const Route = createFileRoute("/playground/edit")({...
How to write the custom hook 'useStateQuery' similar to Nuqs for '@tanstack/react-router'.
useQueryState hook that is similar in functionality to Nuqs but utilizing @tanstack/react-router for handling query parameters. The implementation involves a Parser utility for parsing and stringifying different data types (string, number, boolean) and a hook that syncs state with query parameters.
Here is the current implementation:
```tsx...Tanstack router loader vs. tanstack query

Tab layout transitions
Is it possible to keepPreviousData when using a deferred loader?
TanStack router crashses when seeing a .glsl file
Private field '#version' must be declared in an enclosing class
Private field '#version' must be declared in an enclosing class
File Route Component Best Practices
Is this use of FileRouteTypes['to'] valid?
Link component and the to prop is dynamic. I get the value of the to prop by calling my getConfigureModeLink function.
To ensure the function can only return a valid registered route I have typed it's return type as FileRouteTypes['to'] which is the interface exported from routeTree.gen.ts....testing broken after update to 1.120.3
Tanstack router: Not a good experience so far.

Is beforeLoad supposed to run in this situation?
__root.tsx file, I check a session against my auth server in beforeLoad so I can update the router context.
In a sub route, if I go from /a to /b, is there a way to preserve the context without having to re-run the root beforeLoad hook? (or any parent beforeLoad hook really)
For context, my issue is that currently it's very slow because it makes a ton of requests for every page change...change url in address bar without navigating
window.history.replaceState(null, "", newUrl)
window.history.replaceState(null, "", newUrl)
Tanstack router for protected route

SuperTokens integration with Router
Setting global search params