Reactive libraries for Angular
- @ngrx/store - RxJS powered state management for Angular applications, inspired by Redux
- @ngrx/effects - Side Effect model for @ngrx/store to model UI events as an additional sources oF actions.
- @ngrx/router-store - Bindings to connect the Angular Router to @ngrx/store
- @ngrx/store-devtools - Store instrumentation that enables a powerful time-travelling debugger.
- Migration guide for users of ngrx packages prior to 4.x.
Please read contributing guidelines here.