From the course: Micro Front-End Architecture with React

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Overview of micro frontends

Overview of micro frontends

- [Instructor] Micro frontends are transforming how we approach building complex web applications. Whether you are a developer, architect, or engineering manager, understanding micro frontends, will empower you to make informed decisions about your project and enhance your applications scalability and maintainability. Micro frontends extend the principles of microservices to the frontend stack. Instead of having a single code base with a large frontend application, you can break it down into smaller, independent, and manageable pieces. Where each piece regarded as a micro frontend is responsible for a specific feature or action. The micro frontend architecture takes inspiration from microservices, a backend architectural pattern where applications are composed of small autonomous services. Just as microservices allow teams to develop, deploy, and scale backend components independently, micro frontends provide the same benefit for the frontend. Here are key principles of micro…

Contents