Удален по просьбе правообладателя
  1. Урок 1. 00:08:55
    Introduction
  2. Урок 2. 00:13:13
    Create Slice
  3. Урок 3. 00:15:15
    Create Action
  4. Урок 4. 00:08:25
    Create Action Exercise
  5. Урок 5. 00:08:46
    Create Reducer
  6. Урок 6. 00:10:14
    Create Reducer Exercise
  7. Урок 7. 00:11:17
    Redux Toolkit Store
  8. Урок 8. 00:08:23
    Partial Types for Incomplete Data
  9. Урок 9. 00:07:27
    Utility Type for Incomplete Data
  10. Урок 10. 00:06:26
    Typed useSelector Hook
  11. Урок 11. 00:06:18
    Typed Custom Hook for useSelector
  12. Урок 12. 00:13:36
    Typed Custom Hook for useDispatch
  13. Урок 13. 00:16:11
    Implementing User Slice Exercise
  14. Урок 14. 00:10:17
    Unit Testing Redux
  15. Урок 15. 00:11:56
    Extra Reducers
  16. Урок 16. 00:19:55
    Async Requests with createAsyncThunk
  17. Урок 17. 00:04:38
    fetchTasks Pending State
  18. Урок 18. 00:05:35
    Custom Hooks for Async Requests
  19. Урок 19. 00:19:40
    API Service with RTK Query
  20. Урок 20. 00:16:21
    Using Custom Hooks from Redux Toolkit
  21. Урок 21. 00:09:21
    Wrapping Up