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
All child routes in a single bundle?
running beforeLoad auth in __root.tsx, but which needs access to a Context

Routing issues with better-auth
/auth/signin?
(the '?' is actually tacked on) when better-auth's signin
runs. I don't know what is doing the navigation nor why it appends a '?'.
2. TanStack's navigation doesn't work inside better-auth's signin
onSuccess
callback. I've tried router.navigate
and useNavigation
with and without router.invalidate()
and router.invalidate({sync: true})
The call to better-auth's signin
function looks like this:...Need advice on authentication
Conditionally loading route tree based on user type
virtual file route
How to retrieve "latest params" when loading a route?
Unexpected Loader Re-Requests on Current Route Hover with Preload ‘intent’
Change parent layout based on child route matching
useLoaderData({ from: "child route" })
but it throws if the child route is not matched.
Is it recommended to un-nest from the parent routes and just render the layout in the child route? If I do that, I can't grab the parent loaded data which means I have to repeat the parent data loading in the child route, it's not a problem, but I just wanted to know if there's a better way. Cheers...Where are beforeLoad and loader executed?
Why defaultPendingMs defaults to 1000ms?
File based nested routes not working as expected
Getting current routeId
App unmounts on page navigation
createRootRouteWithContext
seems like <Outlet />
gets remounted each time. I hit this issue with Convex Auth, so I tried to write my own Provider with Supabase and noticed same issue.
It results in disappearance of shared components like <AppSidebar />
and re-checking auth each time page navigation happens.
_authed.tsx:
```tsx...`beforeLoad` not called for pathless route
_authenticated.tsx
with a beforeLoad
function but it's never called. Is this by design or may it be a bug? Child routes' beforeLoad of this pathless route is called, so I'm sure I'm not throwing something in the pathless parent beforeLoad.How do I get `<base href='...' />` to the top of the head document returned by createRootRoute?
Run callback when someone exit the page
How to read request object for a route?
Are there plans to support react 19?
Redirect routing to correct route from bun