Skip to content

iftodimihail/micro-frontends

Repository files navigation

Micro-frontends learning notes

Module Federation Steps

  1. Designate one app as the Host and one as the Remote
  2. In Remote, decide which modules(files) you want to make available to other projects
  3. Set up Module Federation plugin to expose those files
  4. In the Host, decide which files you want to get from the remote
  5. Set up Module Federation plugin to fetch those files
  6. In the Host, refactor the entry point to load asynchronously
  7. In the Host, import whatever files you need from the remote

CSS Scoping

Make sure css is scoped for specific page/project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published