Skip to content

agnelrdx/micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-frontend - Runtime integration with Webpack ModuleFederation Plugin 🚀

The main purpose of this integration is to run a container in isolation which is hooked to two other different projects. Teams can work independently on sub projects and container will act like a shell putting everything together.

Folder Structure

  • Container - react app which acts as an outer shell for both home and dashboard. Uses routerhistory to maintain navigation.
  • app-home - react app customized using webpack. Expose home as remoteEntry file to container via module federation. Uses mem based history navigation.
  • app-dashboard - typescript app bootstrapped using create-react-app. Added custom webpack config to override default config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published