๐ ๏ธ Implementing Shared State in Angular Micro Frontends using NgRx + Module Federation
In a Micro Frontend (MFE) architecture, each app runs independently, but sometimes we need to share state between them (e.g., authentication, user preferences, cart data in an e-commerce app).โ
We will use NgRx (Redux for Angular) to manage state acr...
technical-and-engineering-blogs.hashnode.dev3 min read