Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 370 Bytes

Example of using webpack module federation with server side rendering

The main app is dynamic-node which supports features:

  • Render remote app dynamically on server and client
  • Support loading remote css files without gap in browser
  • Routing
  • Disable cache for remote on server
  • Fully customizable

Quickstart

yarn && cd dynamic-node && yarn start