π Real-Time NgRx State Sync Across Angular Micro Frontends Using IndexedDB
Now, letβs sync NgRx state between multiple Micro Frontends (MFEs) in real time using IndexedDB and the BroadcastChannel API.
β
Goal: If a user updates state in MFE1, the change should reflect in MFE2 instantly.β
Solution:
Store state in IndexedDB (...
technical-and-engineering-blogs.hashnode.dev2 min read