Micro frontends refer to a modern architectural pattern in web development where the frontend of a web application is divided into multiple smaller, independently deployable and scalable modules. Each module, known as a micro frontend, encapsulates specific user interface components and logic related to a particular functionality or feature of the application. These micro frontends act as self-contained units, enabling teams to work on different parts of the frontend independently and deploy them separately. This approach allows for better organization, improved scalability, and easier maintenance of large-scale applications while also promoting reusability and fostering collaboration among development teams.
This mind map was published on 10 November 2023 and has been viewed 89 times.