angular-ngrx-refactoring icon indicating copy to clipboard operation
angular-ngrx-refactoring copied to clipboard

How to upgrade to ngrx store showed in a step by step example

Angular @NGRX Refactoring

A step by step tutorial to migrate your custom made rxjs stores to a REDUX architecture.


DEMO

Overview

  1. Preconditions
  2. Manage state with @ngrx/store
  3. Enable @ngrx/store-devtools
  4. Encapsulate side effects with @ngrx/effects
  5. Handling router state with @ngrx/router-store

Angular-NGRX-refactoring