Skip to content

Examples of using webpack module federation with server side rendering

Notifications You must be signed in to change notification settings

sowtame/server-module-federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples of using webpack module federation with server side rendering

Resources

Stars

Watchers

Forks