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
CSR is possible when using Flie Based routing in Tanstack Router
tanstack/react-router with react-router-dom
Vercel throws 404 page when reloading the page
Is there a way to manually trigger tanstack pending component for a page
Correct method for setting search parameters
useSearch paths includes layout routes
const filters = useSearch({ from: ''/weather" })
...
Slow first paint when using a loader
console.log(performance.now());
to main.tsx
and in the component in routes/index.tsx
i get the following timings (image 1)
But if we simply add this to the route:...
Index.tsx or Route.tsx
route.tsx
:
When using directories to organize your routes, the route suffix can be used to create a route file at the directory's path. For example, blog.post.route.tsx or blog/post/route.tsx can be used at the route file for the /blog/post route....
Create a route just for adding layout using Code Based Routing
Why is loader not fetch at the same time as the lazy load?
src/routes/category/$.tsx
-> has the loader and validateSearch
src/routes/category/$.lazy.tsx
-> only the component
When I hover over a link to a category page, I see this in the network tab (check the image)....
Group lazy routes
/test
to be in a secondary bundle, instead of each one into its own as it works by default with lazy routes, is this possible?Tanstack Start attempting to run the build fails
Retrieve some routes from all flatRoutes
Wont navigate away me after successfull sign in

Suggestions for a dark/light mode theme selector
Path aliases with tanstack start? (SOLVED)
Is colocation of code possible in route directory
How to render a loading component while fetching data with queryClient.ensureQueryData inside loader
Breaking parent layout inheritance
Pending component not showing on beforeLoad on rootRoute