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