Skip to main content

micro-front-end

Micro front ends#

  1. Expose components available to other MFEs
- webpack Module Federation 5- Expose as Web Components (Custom Elements) or a javascript module- Component Library using npm- Shared State Management (redux)- API Communication
  1. Consuming the components and communication
- iFrame Integration (`window.postMessage` API)- Custom events- Global JavaScript Objects