This course has been updated! We now recommend you take the Reactive Angular with NgRx course.

Check out a free preview of the full Reactive Angular 2 with ngrx course:
The "Redux & @ngrx/store" Lesson is part of the full, Reactive Angular 2 with ngrx course featured in this preview video. Here's what you'd learn in this lesson:

@ngrx/store is an RxJS-powered state manager for Angular 2 applications. It operates on the same principles as redux but is slightly different since it uses RxJS. The “store” can be thought of as the “database” of the application. State manipulation happens in a reducer which is registered in the store.

Get Unlimited Access Now