Reactive Angular with NgRx

Reactive Angular with NgRx

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 3h 52m | 1.07 GB

Learn to use Angular with NgRx and RxJs to drastically simplify state management and flow control while cutting down on code volume. We’ll integrate NgRx into our app and walk through how to work with stores, actions, reducers, selectors, dev tools and introduce NgRx entity to simplify things even further.

Table of Contents

Introduction
1 Course Introduction
2 Course Code Tour

NgRx Store
3 Redux & NgRx Overview
4 State Shape, Initial State & Reducer
5 Combine Reducers
6 Wiring Up the NgRx Store
7 Creating Reducers
8 Wiring Store to a Component
9 Redux Devtools
10 NgRx Q&A

Actions & Entities
11 Refactoring Reducers into Actions
12 Wiring Actions to a Component
13 Entities Using NgRx entity
14 Wiring Entities to the Component

Selectors & Side Effects
15 Basic Store Selectors
16 Side Effects & Server Calls
17 Effects- Data Persistence
18 Effects Debug & Review
19 Further Refactoring and Q&A

Selectors & Facades
20 Computed Data with Selectors
21 Facades
22 Facade Rationale

Conclusion
23 Summary
24 Final Q&A