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
Navigating while refetch is in progress results in cache not being used
How to detect previous route?
expose route context select
Best Practices: Pagination / Filtering via Search Parame
Custom serializer?

Set staleTime in the loader?
Navigation blocking but ignoring search parameter changes
type: string).
Inside the form, the user may change the 'preset' type in case they initially chose the wrong one.
To support copying the link and sharing it with others, I wish to then update the query parameters with the form as the source of truth.
...Reading that route path is empty.
const idb= useParams({from: '/$ida/$idb/'}).idb;
const idb= useParams({from: '/$ida/$idb/'}).idb;
Separate layouts for dashboard and public routes

Hooks proposal
useNavigatePreload, it works like useNavigate, but in 2 steps, first to preload, then to actually navigate.
```tsx
const preload = useNavigatePreload()...Hooks in shared component (useParams, useSearch)
useParams, useSearch) from components that could be mounted on multiple routes? I'm thinking of writing custom hooks that take an array of from instead of a single from string, but I'd love to know if someone has something better.
The basic problem is something like this:
```tsx
const Shared = () => {...differentiate navigation due to router.navigate vs browser navigation
basepath issue

i know its not the right place
Using url params for state w/ multiple components on a page
?table1SortBy=...&table2SortBy=... feels weird to me.
Thanks for any guidance....Data Loading and Local Pagination
Can I redirect AND update the router context within beforeLoad?
uninitialized & initialized
In the beforeLoad of the __root.tsx I use TSQuery to get the serverState and inject it into the router context along with the QueryClient.
...Search Params typings not working as expected
const search = ReportRoute.useSearch();
const search = ReportRoute.useSearch();
search is typed as any. The route tree is as below:...Search params on index.route with '/'
TSR imports not working as expected
