Skip to content

unstubbable/mfng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring possibilities for microfrontends of the next generation

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?

Features

  • streaming fast
  • react server components
  • server-side rendering
  • client components loaded as separate chunks
  • server actions
  • simple routing
  • advanced routing (maybe use react-router? I don't think this is feasable since the concepts of RSC and React Router do not really line up.)
  • (lazy) microfrontend compositon demo
  • stylesheets
  • support poisened imports
  • server references manifest

Getting Started

npm install
npm run dev

Open http://localhost:3000