Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 567 Bytes

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.
  • Micro-frontends app using Single SPA and Module federation

Article

POC made with reference to the article on Micro Frontends. Micro Frontends Using Single-SPA and Module Federation