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