How to Use Webpack Module Federation in React | by Oskari Rautiainen | Jun, 2022
Build micro-frontend architectures with ease Photo by Valery Fedotov on Unsplash Module Federation is a great tool for constructing a micro-frontend architecture in React applications. I will show you how to use it in a step-by-step guide to build a Host-Remote pattern micro-frontend in React. Micro-frontends help us break large frontend applications into smaller independent … Read more