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
Prevent navigation (usePrompt & useBlocker)
usePrompt, but it has been commented out: https://github.com/TanStack/router/blob/ce80f78665c47ccde4823352f7b71c9b63da112a/packages/react-router/src/index.tsx#L728...Can we use Route.onLoad and pass data to the Component without Loaders or Queries?
How to look for route changes in beta-68
Simple Example Using Navigate And Search Params
[Solved] Facing `Result_Code_Hung` When redirecting on load of a component
Params type error
"/blog/$postslug"
"/blog/$postslug"
"blog/$postSlug"
"blog/$postSlug"

Is it safe to use on production?
page not found when going directly to a route when deployed on netlify

Router does not render children route component.
"/user/$userId/album/$albumId"
It does navigate, but it does not show the correct component(see the picture), it is stuck in the user pages, and does not show the album page.
Why does this happen?...
Will there be support for dynamically changing head on a server-side? Like react-helmet-async
Close a modal using the back key, with tanstack-router
Router doesn't seem to prioritize more specific paths
Layout and loader in same path
layoutComponent and loader is defined in the same route then the layout is currently not rendered until the loader is completed. Is it possible to configure the the loader to execute "inside" the layoutComponent and use the route's pendingComponent?
The fix/workaround for this currently seems to be to add a child route to the layout route that does the loading. Unfortunately this creates a lot of extra configuration. We have two nested layouts, a "root" and then a section specific layout. To load data for each level we need to add a "loader" route under each layout. This leaves us with a structure like root > layout > root-loader > projects > layout > projects-loader > projects-index.
If the loaders were run inside suspense context created for the current route it would negate the need for the extra routes which would simplify our structure to root > layout > projects > projects-index....how to add navbar and a sidebar inside the tanstack router?

Is React-Location library depricated?
Getting an error with RouterProvider

Register router not working
Nav bar options

Hey can someone help e with how to use this router

isActive render prop
