Micro-Frontends at Scale (part 2)

How to leverage Micro-Frontends with Module Federation

David Alecrim
Level Up Coding
Published in
10 min readMar 2, 2021

--

Following the first article on the series, which describes the architectural choices in detail, this one will focus on implementing that architecture based on Micro-Frontends (MFEs) using Module Federation. By the end of the article, we’ll have created and discussed an open sourced solution that keeps the UX feeling of a Single Page Application to the customer while letting independent teams work on different products.

--

--