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
[Help wanted] Nested routes
RoutePaths removed
index route not loaded with nested group (with repro)
Multiple optional parameters
${-$locale}/${-$city}/event/${event-slug}
This should support URLs like:
```...router string search query with quotes
HTTP endpoint returning HTML?
src/routes/users.ts
and it looks identical to this first example: https://tanstack.com/start/latest/docs/framework/solid/server-routes when I hit the endpoint with postman, insomnia or even my front end I just get back HTML with a status of 200 and I have no idea why. I also have updated all my packages to the newest versions but I am still getting the same issue.Don't `resetScroll` on the same page
resetScroll
behavior is somewhat annoying when you have buttons/links on the same page that simply change some URL state.
Is there a way to set up our router so that resetScroll
's default behavior is true
when going to a different page, but false
when going to the same page (i.e. just changing URL params)?...Module '"@tanstack/react-start"' has no exported member 'StartClient'
src/client.tsx
it seems to be using an older version perhaps? What is my option here?...
404 page not showing when navigate to a folder path with no index. Example attached.
Index route not rendering or registering
avoid route nesting not working as expected

Nested Path Params in React Router not working properly
Using prefixes in route paths and layouts like `/@{$username}`
Potential Solution for Support for Tagged Types in `ParseJSON` Type
Getting "Function is not serializable" errors when passing functions into the router context
Modify Router Context from deep in React-land
RouterProvider
via the context
option, but what's the recommended approach if I want to update context further down?
For example, I have a section of my app wrapped in a Provider. I can access its value in React via use
, but I don't see a straightforward way to sync that with the Router Context to be able to access it in, e.g., loader
....Default child route for layout route
/parent
, then /parent/tab1
and /parent/tab2
.
Now, I don't want the index route to ever be rendered - the user should be redirected to /parent/tab1
by default if they attempt to visit /parent
. I can achieve this by throwing a redirect in the beforeLoad
and looking at the location
there, but this is not typesafe.
Can I find out if no child route is matched? Or can I provide a fallback for the Outlet
? I've looked at the documentation and didn't find anything....How to trust that server didn’t leak to client?
Best way to do dynamic layouts?
Tanstack Router + oauth2-proxy