#indexeddb
Read more stories on Hashnode
Articles with this tag
π Simplify State Persistence & Real-Time Sync in MFEs Β· To simplify NgRx state persistence and real-time syncing in multiple Micro Frontends (MFEs),...
πΉ 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 Β·...