#state-management
Read more stories on Hashnode
Articles with this tag
π Achieve Instant State Synchronization Between MFEs Β· Now, letβs sync NgRx state between multiple Micro Frontends (MFEs) in real time using IndexedDB...
π Measuring State Persistence Speed & UI Impact in NgRx Β· Now, let's measure the actual performance of NgRx with IndexedDB in a real-world Angular Micro...
πΉ Choosing the Best Storage for NgRx State Persistence β localStorage β Fast, persistent, but blocks UI and has a small limit. β sessionStorage β Ide Β·...
πΉ Choosing the Right State Persistence for NgRx in MFEs β Session Storage for temporary state (resets on tab close) β IndexedDB for large, persistent Β·...
Learn how to share state across Angular micro frontends using NgRx and Module Federation for seamless communication between MFEs. Β· In a Micro Frontend...