π₯ Persisting Shared State in Angular Micro Frontends (MFEs) using NgRx + localStorage
When using NgRx across Micro Frontends, the state resets on page reload because it's stored in memory.β
To persist the state across reloads, weβll use localStorage with NgRx MetaReducers.
π Step 1: Create a MetaReducer to Sync State with localStora...
technical-and-engineering-blogs.hashnode.dev2 min read