Micro Frontends
Micro frontends is an architectural pattern that decomposes a web application's frontend into smaller, independently developed and deployed pieces, often owned by separate teams, that are composed together into a single user-facing application.
4 resources across 3 libraries
Glossary Terms(1)
Cheat Sheets(1)
Interview Questions(2)
What Is Micro-Frontend Architecture?
Micro-frontend architecture splits a large web application into independently built, tested, and deployed frontend units — often owned by separate teams — that…
What Is Webpack Module Federation and How Does It Work?
Module Federation is a Webpack (and now Rspack/Vite-ecosystem) capability that lets separately built and independently deployed JavaScript bundles dynamically…