phodal / mooa

Mooa 是一个为 Angular 服务的微前端框架。A independent-deployment micro-frontend Framework for Angular from single-spa.

Home Page:http://mooa.phodal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

communication between micro-frontends

GeoffSeloana opened this issue · comments

Hi @phodal

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

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

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