Inspired by Redux, NgRx provides a way to maintain data in your Angular application as a single source of truth . NgRx uses streams to interact with a data store. This data store connects to your components and services, and ultimately simplifies the entire process of data management in your Angular application.
Read moreWhat is NgRx in react?
NgRx Store provides reactive state management for Angular apps inspired by Redux . Unify the events in your application and derive state using RxJS.
Read moreIs NgRx similar to Redux?
That all said, if you are using Angular, use NgRX. Fundamentally, it is the same thing as Redux , it only has hooks for Angular’s Observables in it. It is Redux for all intents and purposes. But speaking from experience, know exactly what you want out of it and make sure that it can accommodate you.6 Eyl 2017
Read more