Summary
In this chapter, you learned about the different deployment scenarios that are possible with micro frontends. We introduced a central deployment scheme to illustrate how a monolithic release cycle can be applied to micro frontends. Using distributed deployments, we are able to make every team truly independent.
Quite often, we will take a middle way here. For this, you saw one example covered by the hybrid solution. Here, we can control all the cross-cutting concerns and most important micro frontends, while still giving each team the independence they need.
In the next chapter, we'll cover the topic of domain decomposition, which helps us to define which micro frontends should exist. Domain decomposition essentially also helps us to find the appropriate team splits.