You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TanStack Start can currently only prerender the / route unless you provide explicit pages to prerender either in the config or as links within other pages and allow the crawler to find (as explained here https://tanstack.com/start/latest/docs/framework/react/guide/static-prerendering#automatic-static-route-discovery). We can improve UX/perceived load times by generating prerendered shells for these pages which could include route-specific skeletons/layout (slug-specific content would still need to come in after hydration of course).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For a pre-rendered SPA with the following routes:
TanStack Start can currently only prerender the
/route unless you provide explicit pages to prerender either in the config or as links within other pages and allow the crawler to find (as explained here https://tanstack.com/start/latest/docs/framework/react/guide/static-prerendering#automatic-static-route-discovery). We can improve UX/perceived load times by generating prerendered shells for these pages which could include route-specific skeletons/layout (slug-specific content would still need to come in after hydration of course).Beta Was this translation helpful? Give feedback.
All reactions