Data & State Management
Inter-app Communication & State Management in Micro Frontend Applications
Micro Frontend decomposed into child apps, still there is need of one-view for application, needs some shared, global state possibly implemented with help of some library, such as Redux etc. Having state per view and shared globally, comes with very handy features across application.
Lifecycle Handlers & Inter-app communication, adds a handy protocol for operational and controlling business operations with CustomEvent, powerful API supported by all major browsers and PubSubJS handlers.
Last updated
Was this helpful?