Anh-Vu Nguyen's Posts

Role of Module Federation in Micro Frontends

December 21, 2021

Micro Frontends mimic the idea behind microservices, but for frontend instead of backend. It's about splitting a single monolithic app into multiple, smaller apps, where each of the apps are responsible for a distinct feature of a product. This makes it possible for businesses to scale better, when there's a team for every smaller app, which they can work on in isolation with their own technical decisions. By keeping the apps smaller and separated, they are also more understandable and easier to apply changes to. This should also make it possible for separate independent deployments.

Read more