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
Can't find the docs for useMatchRoute
Async validateSearch?
How can I use the URL to open a modal?
Loading component?
errorComponent key exists in Route?
```
const searchContentRoute = new Route({...bug when using basepath?
How do I show the index page when there are no route params?
Child route `loader` is executed before parent route `loader` is completed
loader async function.
For some reason, the loader execution starts on the parent route, but when there's an async operation, it starts to execute the child loader function.
This is obviously not the behavior I expected to.
Is that intended? Is that an open bug? Or it happens only on my environment somehow?...Quick noob question
Split router tree into multiple files
pendingComponent - not rendered
beta.86, trying to get a loading spinner to render while my loader is loading. Added the pendingComponent to my route but nothing is rendering while it loads. What I tried:
- Add wrapInSuspense: true|false to itself and higher level routes...Have to click twice to navigate with Link
How to make path not overwrite parent path from express.

How to implement dynamic routes?
/ index page and /issue/$id pages. /issue should just show a 404 page for now.
The index page was easy to implement, but I'm unsure how I implement the dynamic issue route. In my issue.tsx file I have an issue TSX component and a not found component. I then created these two routes: ```TS
export const issueBaseRoute = new Route({
getParentRoute: () => rootRoute,...use with NextJS /Remix etc?
history implementation
history.ts sets the href to be ${pathname}${hash}${search} rather than ${pathname}${search}${hash}?
https://github.com/TanStack/router/blob/beta/packages/router/src/history.ts#L157...How to handle hash from Link component

"?" query missing on the anchor in Link component

Routing when vite.config.ts is set to something other than '/'
Is the base considered inside inside the router or do I have to set something up?...

