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 I prevent path parameters (specifically @) from being escaped?
Router layouts inside subdirectory and prefixing

i18n Route Match
Access routes other than route leads to cannot get route
/raffle-details/$id
, or reload that page, it'd work normally in dev server (vite).
The issue happens with the build. I ran live-server
and it was able to open the root route, then the details route. But if I access the details route directly, or reload that page, I'll get Cannot get page (screenshot).
I try adding a notFoundComponent, it was not able to load this component as well....
Adding additional info to a route configuration
apply upper level layouts to nested routes
file-based routing and nested paths (seems to be broken)
Isolating Table Loading State Without Triggering Higher-Level Loaders
autoCodeSplitting causes entire app rerender
autoCodeSplitting
on:...Cant enable autoCodeSplitting
How to skip reloading data
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?