10 Asset loading

This chapter covers:

  • Solving common asset loading challenges in a micro frontends context
  • Comparing techniques to deal with cacheability and synchronization when loading assets from different teams
  • Deciding what bundling strategy is appropriate: many smaller bundles or fewer large ones
  • Understanding how on-demand loading can be effectively used with micro frontends

In the preceding chapters, we covered a lot of different integration techniques. But we always focused on the content--integrating markup on the server and in the client. A topic we only discussed in passing is this: How to load the assets associated with a micro frontends? In this chapter, we’ll dive deeper into this significant side topic. There are at least ...

Get Micro Frontends in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.