Mittwoch, 17. Juli 2019

Micro frontends - extending the microservice idea to frontend development

I think this article "Micro Frontends" (by Cam Jackson on martinfowler.com) is a great resource to get familiar with the idea about Micro frontends as we want to build it in our next project.

It gives an overview about when/why Micro frontends are useful, explains how these integration approaches are working by an example:
  • Server-side templates composition
  • Build-time integration
  • Run-time integration via
    • iFrames
    • JavaScript
    • Web Components
It gives also an approach for cross application communication and many more.

Keine Kommentare:

Kommentar veröffentlichen