#Pre-render static parts of each route
5 messages · Page 1 of 1 (latest)
Hi , do you mean PPR in nextjs ?
Yes exactly, but without the CDN caching and edge worker 😅
There are pre-rendered static routes and dynamic routes generated at build time, but there is no ISR without a CDN, and no PPR available yet.
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.