Do we still need to deploy microfrontends and their BFFs, independent of the main app? Or can we instead compose them at build-time (lazily), and utilize server components to let them fetch their data in the server?
- streaming fast
- react server components
- server-side rendering
- client components loaded as separate chunks
- server actions
- simple routing
- advanced routing (
maybe useI don't think this is feasable since the concepts of RSC and React Router do not really line up.)react-router
? - (lazy) microfrontend compositon demo
- stylesheets
- support poisened imports
- server references manifest
npm install
npm run dev