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-salmonOP•13mo ago
Got decently far with this setup

extended-salmonOP•13mo 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=/"