Skip to content

Umesh-Goslar/module-federation-microfrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro front-end implementation using Webpack 5 Module Federation

This example shows how you can create a component library application that exposes components for other apps to use.

  • app1 and app2 are standalone applications that exposes its App file for reuse.
  • app3 is the master Application that consumes both app1 and app2

Running Demo

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

Example referenced from article link explaining this project

Key points

  • Micro front-end
  • Webpack 5 Module Federation
  • React hooks
  • React lazy loading
  • Parent to child communication || Child to parent communication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published