Micro Frontends Using Single-SPA and Module Federation

Let’s build an app with micro frontends together

Manato Kuroda
Better Programming
Published in
12 min readJan 11, 2021

--

Image by Author

In this article, I will walk you through how to implement a micro frontends app with single-spa and module federation in Webpack.

Example Repository

Here is the final codebase on GitHub:

--

--