Skip to content

Micro-frontend test site using Webpack module federation

Notifications You must be signed in to change notification settings

ryanbonial/mf-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontend test project

Project structure

  • It is a monorepo
  • The app consists of 3 microfrontends (mf) (auth, dashboard, and marketing) and a container that pulls them all together
  • Each mf has a config folder that contains the webpack config in order to develop and build using module federation

Interesting Areas

  • MF app looks like a regular app
  • app, index, bootstrap files
  • Can develop locally
  • ModuleFederationPlugin
  • Shared dependencies
  • Container Pulls it all together at build time
  • Connected through render/mount
  • Sharing state through callbacks
  • Building on Netlify

About

Micro-frontend test site using Webpack module federation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published