Different SSR options
Hello! I noticed that there are two different ways of doing SSR, the documentation in https://tanstack.com/router/latest/docs/framework/react/examples/basic-ssr-file-based
and full tanstack start, but both examples actually use TSS.
My question is, wich approach is best or recomended? im just interested in regular server side rendering (not streaming) nor server functions or the other functionality in TSS
React TanStack Router Basic Ssr File Based Example | TanStack Route...
An example showing how to implement Basic Ssr File Based in React using TanStack Router.
2 Replies
equal-aqua•5mo ago
the "non-start" SSR docs are unfortunately outdated
we are currently focussing on making start stable
once that is done, we will fix the non-start SSR story for router (its not only the docs)
continuing-cyanOP•5mo ago
Thanks!