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
Understanding onDynamic
Does Start let one modify codeSplittingOptions in the router config?
how to get router in server function
SPA mode when deployed with SST
spa: { enabled: true } but the deployment hangs after Client and Server bundles for TanStack Start have been successfully built.
Also I have tried to disable prerender but it is still attempting to prerender the shell...AI SDK type instantiation possibly infinite
Type instantiation is excessively deep and possibly infinite.. I'm getting this when attempting to return a UIMessage nor ModelMessage from a server function created by createServerFn.
Could someone please help me to get this to work? Chat message persistence doesn't work without this
https://tsplay.dev/Wk6kLm...Question about loader / beforeLoading
Does Start SSR run on BunnyCDN edge network?
Google Indexing leads to 404

Installation within workspaces fails with bun
How to combine client and server side data before page is rendered?
Deployment at vercel not working (TS Start + Convex)

Solved: Hosting on Amplify
dist/ directory that Amplify knows to look for, and they all have an index.html file in the root which I imagine is the entrypoint for Amplify? TS Start builds an .output/ directory, which was my guess to point Amplify at, but I noticed that it doesn't have a root-level html file.
I saw in another thread that someone suggested setting server: { preset: 'aws-amplify' }, but I'm unclear where to do this because my vite.config.ts file throws type errors anywhere I drop it. Happy to provide code samples if helpful!
Has anyone here set up a monorepo with Amplify and made an app with Start? How'd you get everything hooked up?...Styles for specific component loading after render
OpenTelemetry exporter, self-hosted
sdk.start() where sdk = new NodeSDK({...}) from @opentelemetry/sdk-node? It should ideally be invoked only once, on server start.
I thought I could achieve this with a nitro plugin, but I did not manage to get it to run.
I setup nitro.config.js (next to vite.config.js, so in the same directory where src/ lives, not in src/). I see that the config is called on startup (added a log in there).
I tried creating server/plugins/foo.ts and src/server/plugins/foo.ts and registering it in the nitro config, but it never got called....Vite PreTransform Error
[vite] (client) Pre-transform error: `super()` is only valid inside a class constructor of a subclass.
[vite] (client) Pre-transform error: `super()` is only valid inside a class constructor of a subclass.
define server function output type / validation?
How to access request headers in middleware?
Tanstack Start with SST
`loaderData` always possibly undefined in the `head` ?
loaderData in the head of a route can always be undefined, but in my test it always returns the value of the loader ?
Can we use the data or it can be possibly underfined thus useless ?...
