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
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
An example showing how to implement Basic Ssr File Based in React using TanStack Router.
