T
TanStack13mo ago
extended-salmon

Is it possible to SSR only the pendingComponent for routes that have a loader?

My goal is to just render the "shell" so all pages are statically generated at build time, and then when a page is hydrated it will run the loader() and anything else it needs to do etc
2 Replies
extended-salmon
extended-salmonOP13mo ago
Got decently far with this setup
No description
extended-salmon
extended-salmonOP13mo ago
However routes with URL params just 404 even though there is still technically a route that could be loaded when using vinxi serve --dir .output/public --base=/"

Did you find this page helpful?