frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
823 stars 91 forks source link

Does this repo support code splitting? #218

Open YPCrumble opened 8 months ago

YPCrumble commented 8 months ago

Thank you for creating this repo!

I'm looking to migrate a custom SSR'd react application to Vite, but I'm using loadable components for code splitting which doesn't support Vite.

Is there a way to get code splitting and/or React Server Components working with this repo?