Slide 3
Slide 3 text
3
NGRX Apps in Depth
State management, event sourcing, DDD, reactive
programming, and stream based service architectures
Flux, Redux & NGRX: Reactive Extensions for Angular
Composing NGRX Reducers, Selectors & Middleware
Computing derived data (memoization): Reselect, RxJS
Observable (hot) streams of async actions – isolating
side effects using @Effect & RxJS reactive transforms
NGRX-Router integration, Material Design, PrimeNG
Normalization/denormalization, local data – IndexedDB
Example app – code structure, lazy loading, etc.