Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 777 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 777 Bytes

Transclusion Example

This POC shows how to compose independent html components into a container app which is better known as: micro-frontends.
It uses the great(est) webpack feature: module federation for client-side integration of independent components at runtime.

How to use

Run the following commands in the root directory:

npm run start

The micro-frontends are independently deployed via lerna:

Check out this link for more examples: https://github.com/module-federation/module-federation-examples