Automatically SSG
https://tanstack.com/router/latest/docs/framework/react/start/static-prerendering
According to the document, @tanstack/start needs manually configuration for SSG. Can it be done automatically like NextJS in the future?
According to the document, @tanstack/start needs manually configuration for SSG. Can it be done automatically like NextJS in the future?
Static Prerendering is a feature of Nitro, and while it is available in TanStack Start, we are still exploring the best practices for using it. Tread lightly!
Static prerendering is the process of generating static HTML files for your application. This can be useful for either improving the performance of your application, as it allows you to s...
Static prerendering is the process of generating static HTML files for your application. This can be useful for either improving the performance of your application, as it allows you to s...
