phodal / mooa

Mooa 是一个为 Angular 服务的微前端框架。A independent-deployment micro-frontend Framework for Angular from single-spa.
http://mooa.phodal.com/
Other
850 stars 109 forks source link

communication between micro-frontends #12

Closed GeoffSeloana closed 5 years ago

GeoffSeloana commented 5 years ago

Hi @phodal

With mooa, how does the applications share information between each other?

phodal commented 5 years ago

We use CustomEvent, and build pub-sub library can be another way.

GeoffSeloana commented 5 years ago

Hi @phodal, do you have any example repo where you have used CustomEvents or pub-sub library with micro-frontend mooa ?