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 make Route pendingComponent works in lazy file
Navigating to subpage of page with search params
/company/$companyId, which uses validateSearch in its route, to validate search parameters for a table on the page.
I am trying to build a subpage of that page /company/$companyId/profile/$profileId, but I can't.
Trying to navigate like this:
```ts
navigate({...Removing sleep hack from the Router Authenticated Routes Example
Hi!

Using the beforeLoad in the root component breaks UI functionality (shadcn ui)?
Unexpected token “export”
Is there an equivalent of React-Router's Action/Fetcher model?
Is it possible to trace what triggered "Generating routes" messages on dev server start?
Generating routes message twice. Sometimes it also triggers Vite to re-optimize dependencies Re-optimizing dependencies because vite config has changed. Is there a way to enable debug logs or something that will tell me what triggers the double output?
Here's an example output on startup (we're not running tanstack start, just hand rolled Vinxi)
```
vinxi v0.4.3...How to Implement Virtual Routes in a TanStack Start App?
Is there an equivalent of SolidStart's renaming index.tsx option?
index.tsx files within a nested file route? For example, SolidStart's file router has an option to rename these index files: https://docs.solidjs.com/solid-start/building-your-application/routing#renaming-index
```...How to use params.parse?
parseParams, I used to do
```js
export const Route = createFileRoute('/post/$id/_layout')({
component: Outlet,...Typesafety on use useLocation
Subscribe / Publish style updates?
All links are active and have same href

Route not active when using `redirect()` in `beforeLoad`
redirect in beforeLoad in my index.tsx route to navigate to a different route. This works but the activeProps to not get applied to that route. See the minimal repro below:
https://stackblitz.com/edit/tanstack-router-redirect?file=src%2Froutes%2Findex.tsx...Fully SPA on the client for Electron and some SSR stuff only for the web. Is it possible in TSR?
index.html (although we can serve the standalone server of like let's say Next.js but we're not doing that due to security and added resources). SPA will work great for 90% of our requireement but I was wondering if we could do SSR to certain pages that only works for web. Is it possible? We do some conditional building...
Handling types of "prev" value
SEO (meta prop)
meta argument when creating routes actually do something in fully SPA client-side app, or is this only applicable when using in combination with tanstack start?loader and lazy loading routes? is it possbile?
File-based directory routes not working