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
SSG
Shared context for a route and its children.
view transitions dont work on common layout parts of a page during transition
Access another route's loader data
Access path params in head function
title: params.slug,
I get this error on the head function...
Show 404 when navigating to a route without index.tsx
/ag has only a layout without an index.tsx, accessing it should throw a 404, but instead I'm able to access it and it just shows a blank page.
Is this intended behaviour and how do I fix it?...
Path params without route
books.$bookId.pages.$pageNum.tsx and this route should work only as is. So books.$bookId should redirect to 404 page (or to the first page - books.$bookId.pages.1.tsx)
Plus, how do I parse bookId and pageNum as number and where exactly should i parse it?
...How to return a custom status code in a route handler?
notFound() able to be implemented?Do _pathlessLayouts allow dynamic routes for protected children routes?
_dashboard/ can’t have dynamic routes as children (e.g. _dashboard/$postId.tsx), and you’d have to do something like $postId/_dashboard/....
But what if I use _authenticated/ to protect routes — would _authenticated/dashboard/users/$userId.tsx still work?...How to Avoid Hardcoding Paths when Navigating to other Routes
.lazy() on a Route, with an error component is not displayed in case of error
.lazy() api.
If I have two routes:...Blank white page error

CSR/SSR/Prerendering per route
/: this must be prerendered since it is the home page
- /app/* everything inside of /app must be CSR, like a SPA...Not fully successful with Supabase Github OAuth completion
supabase.auth.getUser() does not get the user information. Email login is fine.
Can anyone help me figure out what's wrong? The code is in the screenshot....
Enable viewTransition on router.history.back()
Removing search params when leaving page
sortBy=something. When the user navigates to another page that also supports a sortBy parameter (but with different valid values), I want to ensure that the sortBy parameter is removed so it can fall back to the default value on the new page.
I tried setting strict = true in the router configuration, but since both pages accept sortBy, the parameter isn’t removed....Tanstack Start + fumadocs
React transition support?
Invariant failed: Could not find an active match from <route> when DevTools gives match to URL

createRoute context argument still any despite AnyRouteWithContext<TestContext>