Skip to content

nathansebhastian/module-federation-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Webpack 5 Module Federation with React

This example shows a basic host application loading remote components

For more information, visit the article explaining this workflow

  • app1 expose component for import by other apps.
  • app2 will import exposed component from app1

Running Demo

Run npm install and npm start inside each repo respectively. This will build and serve your apps on ports 3001, 3002

Example referenced from https://github.com/module-federation/module-federation-examples/tree/master/basic-host-remote

About

A simple module federation starter using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published