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
Problem with navigating to same route
@tanstack/react-routerfrom version 1.120.13 to version 1.121.34 I have a problem when trying to navigate using to: '.' option in navigate from useNavigate (for Link component works the same). From what I've been able to determine, the router tries to redirect to basepath after calling navigate with to : '.'.
I found that this issue was related to that but it doesnt resolve my problem https://github.com/TanStack/router/pull/4472.
I prepare some demo to show the problem. To reproduce the issue go to Map and click on button open panel it than redirect you to the index route.
https://codesandbox.io/p/sandbox/tanstack-router-bug-example-j4qlpj...(SOLVED) How to make a custom link with an active className
Dynamic Route + Static Match

Unable to navigate within a useEffect

keepPreviousData with useSuspenseQuery
set route state from loader funtion
Implementing .well-known route (escaping .)
Tearing my hair out... route groups misunderstanding? );
For context, simple routing stuff was working, but we want to use slugs for some things so I overhauled the structure some to try and use more best practices.The screenshot shows my current layout....

Netlify dev fails when including a spa redirect
netlify build
netlify build
netlify dev
netlify dev
Would there be interest for adding `sherif` to the tanstack/router monorepo?
pnpx sherif. No config, no install, doesn't even need node_modules....How can i display a loading component for a page?
Tanstack Router and Clerk
unmet peer dep issue w/ tanstack/router-cli
pnpm)
```
├─┬ @tanstack/router-cli 1.120.18
│ └─┬ @tanstack/router-generator 1.120.20
│ └── ✕ unmet peer @tanstack/react-router@^1.120.20: found 1.120.18...Url as /posts/1/comments but folder structure as /posts/comments
Autocomplete and url typing not working
<Link> or useNavigate(), I don't have url autocomplete and type validation.
I'm using react-vite, and the plugin is enabled in first in my vite.config.ts file.
...How can I make my URLs readable instead of URL-encoded JSON?
Split screen routes
/events i want the whole page to show a list of the events.
But navigating to an events goes to events/$eventId but is shown next to the overview.
what i did now is this folder structure
```...Context and loader data serialization
Inline styles
const { authState } = Route.useLoaderData() const theme = getTheme(authState) ...
Conditional route masking based on path params
/app/views/$viewId/feature-x to /app/feature-x when $viewId === 'hidden'.
I have tried using the createRouteMask function with the params function, but it masks every route regardless of their $viewId path param.
Is it this possible to do using masking, or is there perhaps another feature that covers that case?...