NgRx - RevatureRideShare/meta-ui GitHub Wiki

NgRx

NgRx is an Angular dependency that heavily works off of RxJs. It is useful for developing a persistent state throughout the Angular application where values will contain a single point of truth.

Redux

Redux is a developer tool used to debug the NgRx state. It watches for dispatched actions and tracks the changes between each action. For Chrome, it requires an extension to be installed (located in Resources).

Resources: