-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

The Art of Micro Frontends
By :

In this chapter, you've learned that there are multiple types of micro frontends. Depending on the project requirements, the selection of one of these needs to be made quite carefully.
You've learned that there are certain key properties that define the potential solution space, especially the three areas of build time versus runtime, per-view versus in-view, and on-server versus on-client matter.
You've seen that each decision leads toward a potential implementation approach. While the exact implementation approach is yet to be defined, the primary area of use for each of these types should be quite clear right now.
In the next chapter, we'll start with our first micro frontend implementation. We'll use a classic web approach to integrate multiple web servers into a single web application.