micro-front-end
Micro front ends#
- 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- Consuming the components and communication
- iFrame Integration (`window.postMessage` API)- Custom events- Global JavaScript Objects