angular-ngrx-refactoring
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.
- Preconditions
- Manage state with @ngrx/store
- Enable @ngrx/store-devtools
- Encapsulate side effects with @ngrx/effects
- Handling router state with @ngrx/router-store
