Angular 2021Q3 Workshop Redux & NgRx

preview_player
Показать описание
Check out our social media:
Рекомендации по теме
Комментарии
Автор

00:21 start
04:05 Concept Redux - creating State
09:30 Creating the First State for the tasks as a simple Object, state. tx file
15:50 install NgRx
21:55 - Registration StoreMudule into app_module_ts as forRoote
24:35 - Creating an Action (wrong name of the file - reducer.ts author change to action.ts before creating a reducer)
32:38 Creating a reducer
37:45 Registration StoreMudule into feature_module_ts as forFeature
40:45 DI Store, possibilities of devTools (registration of StoreDevToolsModule),
46:45 Effects
1:02:24 dispatch in components via Effects
1:15:10 correct reducer - add udateSuccessfull and updateFails
1:21:05 dispatch - UpdateTask
1:23:25 Selectors If we used Selectors, there is no need to type State, change dispatch using Selectors
1:31:40 Finish, Q&A

igorring