
JR
Computed Values with RxJS and @ngrx/store
@ngrx/store is a popular store architecture for Angular 2. It promotes one-way data binding for components — this post covers how to compute derived values from the store using RxJS operators like map, scan, and combineLatest.
Frontend Development