Microservice architecture is an architectural style that structures an application as a collection of
services that are highly maintainable and testable, Loosely coupled, Independently deployable, Organized around business capabilities and owned by a small team.
Micro-frontends are the answer to today’s increasingly complex web applications. Inspired by the microservices model, this approach lets organizations break interfaces into separate features managed by different teams of developers.
In this lecture we will focus on Microfrontends idea, concept, advantages and what kind of options we have to implement this architecture with react based on Microfrontend approach. We will use mainly JavaScript (React)
We will also go over a few capabilities in React that will improve our application loading time, new features and development tools.