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
Adding authentication leads to performance issues and unneccessary api calls
src/routes/(protected)/admin/route.tsx layout file, I call
```
export const Route = createFileRoute("/(protected)/admin")({
beforeLoad: async () => {...Wrong type inference from beforeLoad/loader when using complex objects in return
useRouteContext is not waiting for `beforeLoad` function
Loader types vs Route.useLoaderData() not matching

Bulk prefetching
Deploy on cloudflare always returns 500
Accessing returned middleware data in router context
Issues with `throw redirect()`
Hydration fails silently ?
Prerender not working when using TanStack Start with Nitro v2 plugin
Questions about TanStack Start integration and context handling
this route with search params cause the whole app to break

How can we get control over how the output is bundled?
TypeScript Type Inference Issue with createServerFn and Connect RPC
createServerFn().handler() with a Connect RPC function that returns a discriminated union response type.
TypeScript recursively infers the entire getCurrentUser response structure, deeply expanding all nested Protobuf message types within the discriminated union.
This results in a massive inferred type that:
- Is not assignable to UserAccountDetails, causing a type error...
No `server` prop for `createFileRoute`
server for createFileRoute. The api works fine - I can call it and it returns the response, its just typescript that is complaining. I am clueless why. Does anyone have any idea what to check?
This is the toolkit I'm using:
pnpm@10.13.1, react@19.2, clerk auth, prisma orm plus some other, non relevant libraries
...
Integration with MSW
tanstack start compression setup with nitro
customErrorAdapter
How to currently access request headers?