Skip to content

A micro frontend app built over Module Federation - Webpack and Lerna Monorepo. Used for sharing components as modules acroos different Frontend application.

Notifications You must be signed in to change notification settings

PavanAditya/Microfrontend-ModuleFederation-React-Lerna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Frontends

Micro Frontends is a concept of sharing components as modules/services with different frontend applications, without actually exporting the app as a whole.
This is a frontend-replica to the concept of Microservices used in any API building backend.

Tech Stack

  • React: A Frontend Library used to build applications using HTML/CSS/JS Know More,

  • Typescript: A Wrapper language applied over javascript to perform type casting rules Know More,

  • Chakra UI: Simple, modular and accessible component library that gives you the building blocks you need to build your React applications Know More,

  • Webpack: Module bundler. Its main purpose is to bundle JavaScript files for usage in a browser Know More,

  • Lerna: Monorepo system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. Know More

  • This app uses Module Federation plugin from Webpack to share and consume components as micro frontends.

About

This project consist of three pieces, a host app container and two remotes app1 app2.

Workflow:

  • app1 expose CounterAppOne component.
  • app2 expose CounterAppTwo header component.
  • container import CounterAppOne and CounterAppTwo component.

Running Demo

In order to run the demo I highly recommend installing lerna globally via

npm i -g lerna

Then,

lerna bootstrap

Run the command above at the root of your project. This command will make sure you have dependencies you need in order to run this project.

Finally,

npm run start

Lerna will start all your projects parallelly and open your browser.

Screenshots

App Screenshot

Article

POC made with reference to the article on Micro Frontends. Introduction to Micro Frontends with Module Federation, React and Typescript

About

A micro frontend app built over Module Federation - Webpack and Lerna Monorepo. Used for sharing components as modules acroos different Frontend application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published