Why should I use NgRx?

NgRx is a global state management library that helps decouple the Domain and Business layers from the Rendering layer . It’s fully reactive. All changes can be listened to using simple Observables, which makes complex business scenarios easier to handle.

Read more

What is NgRx state management?

NgRx is a framework developed and maintained by the official Angular team. NgRx stands for Angular Reactive Extensions. In short, it is a state management system based on the Redux pattern . This will help us to manage the application state in a bigger angular application.

Read more