What is the expected behaviour of ssr:false
I asked a previous question that ssr:false breaks vinxi. I now use https://tanstack.com/router/v1/docs/framework/react/examples/basic-ssr-file-based as my starting point so i only run "node server.js".
My entry-server.tsx is also identical. As soon as i set
This does not render anything:
My entry-server.tsx is also identical. As soon as i set
ssr:false on a route it is correctly not rendered on the server, but it is also not rendered on the client so it never appears. Do i need to declare the route differently? This does not render anything:
An example showing how to implement Basic Ssr File Based in React using TanStack Router.
