An Introduction to Micro Frontend using Module Federation

Micro Frontend is a concept from microservice. They have become a popular method of increasing flexibility. It enables teams to combine components created with the same framework, various frameworks, or libraries.


This is a companion discussion topic for the original entry at https://strapi.io/blog/a-quick-introduction-to-micro-frontend-using-module-federation

Great tutorial! Thanks.
I found a little mistake in your instructions…

In this step:
“Let’s open up the webpack config file inside our host App. Scroll down to the module federation plugin.”

should be “remote App” than “host App” right?