#Pre-render static parts of each route

5 messages · Page 1 of 1 (latest)

thick yarrow
#

Love Tanstack Start so far ! I’ve just got a question — coming from nextjs, i wonder if it’s possible with start to pre-render static routes & also only the static parts of dynamic routes, like what they’re doing with the experimental dynamic io & suspense ?

If not yet, is it in the roadmap ?

vocal geyser
thick yarrow
#

Yes exactly, but without the CDN caching and edge worker 😅

vocal geyser
#

I think caching and rendering strategies are not currently a top priority in TanStack Start, at least not to the level of frameworks like Next.js. RSC is not available yet either — we’re currently using universal rendering (basic SSR), similar to what you’d find in frameworks like Nuxt.