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