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
Default Search Params
Possible to use preloading without suspense?
beforeLoad passing context from zustand is not reactive

Dynamic Link Match Problem
Splat routes with final fixed route segments
/folder/nested-folder/page...How to get path param type from parent path on parseParams
Pathless directory is exposing itself!!!

SSR examples incomplete or not working
Recommended way to load data with React Query/Router
loader to load data in a page. It makes sense, but I feel like it's kinda useless when using React Query (even though the examples uses React Query inside the loader function)....Is there any way to make the pathless route root file to include in it's folder?
example of firebase auth / tanstack query user data fetching & tanstack router
Issues with routes registration (autocomplete)

Recommended way to go about custom Links?
Page still gets rendered by outlet even though path does not match
beforeLoad, because I wanted to avoid a blank page while my initial beforeLoad that verified the auth was resolving the api query.
I've got a setup but its giving me some issues. When I reload my page to /about, although I've got the <Navigate/> setup and the path changes to the redirect path, my outlet still renders the component briefly from the path that should not be accessed.
I believe it could be due to accessing useRouterState to get the current path, but not sure why....
It is possible to use "search param"-based routing?
Router with Tanstack Query - Why not useLoaderData ?
Multiple layouts
Error in beforeLoad not triggering global ErrorComponent
errorComponent. Is there a reason why this is?Authentication Context Updates vs Redirect (Race Condition) & Maybe useRouteContext() is Static?!
useAuth() context hook updates and its new state gets passed into the <RouterProvider /> context, a page component that calls useRouteContext() like the following never receives that new state:...prettier on lint-staged throws an error with files starting with $, have you handled that?
src/routes/$id.tsx is parsed as src/routes/.tsx which obviously does not exist and prettier can't find it...