Ensono / Amido.Ecommerce.UI.Federated

Federated Modules Production Grade boilerplate for Next
MIT License
2 stars 0 forks source link

Event Bus for communicating between MFEs #101

Open velvetkevorkian opened 2 years ago

velvetkevorkian commented 2 years ago

Although MFEs share a Redux store, they're not able to share state with other MFEs, so we need some way of passing data between MFEs.