1. Урок 1. 00:06:44
    Introduction
  2. Урок 2. 00:04:15
    Types of State
  3. Урок 3. 00:05:40
    setState & Class
  4. Урок 4. 00:04:14
    setState & Asynchronicity
  5. Урок 5. 00:09:20
    setState & Function
  6. Урок 6. 00:03:21
    setState & Callback
  7. Урок 7. 00:05:47
    setState & Helper Function
  8. Урок 8. 00:00:36
    document.title Exercise
  9. Урок 9. 00:02:43
    document.title Solution
  10. Урок 10. 00:06:55
    setState Patterns
  11. Урок 11. 00:09:56
    Refactoring & Hooks
  12. Урок 12. 00:05:20
    useEffect & Dependencies
  13. Урок 13. 00:00:49
    useEffect Exercise
  14. Урок 14. 00:02:56
    useEffect Solution
  15. Урок 15. 00:10:04
    Refactoring & Custom Hook
  16. Урок 16. 00:09:22
    Persisting State & useRef
  17. Урок 17. 00:04:26
    useEffect & Cleanup
  18. Урок 18. 00:08:26
    useReducer Introduction
  19. Урок 19. 00:06:35
    Reducer Action & State
  20. Урок 20. 00:05:13
    Reducer Action Keys & dispatch
  21. Урок 21. 00:01:48
    Action & State Modification Exercise
  22. Урок 22. 00:02:35
    Action & State Modification Solution
  23. Урок 23. 00:05:55
    React.memo & useCallback
  24. Урок 24. 00:07:03
    Prop Drilling & Context API
  25. Урок 25. 00:13:41
    Creating a Context Provider
  26. Урок 26. 00:09:56
    Context & useContext Hook
  27. Урок 27. 00:03:46
    Context Practice
  28. Урок 28. 00:08:42
    Data Fetching & useEffect Hook
  29. Урок 29. 00:10:17
    Response, Loading, & Error
  30. Урок 30. 00:06:09
    Refactoring to a Custom Hook
  31. Урок 31. 00:07:14
    Refactoring to a Custom Reducer
  32. Урок 32. 00:03:46
    What is a Thunk
  33. Урок 33. 00:07:10
    useThunkReducer Hook
  34. Урок 34. 00:08:58
    Dispatching, Reducers & Hooks
  35. Урок 35. 00:09:16
    Routing & Thunks
  36. Урок 36. 00:12:52
    Implementing Undo & Redo
  37. Урок 37. 00:05:44
    Undo Reducer
  38. Урок 38. 00:00:24
    Redo Reducer Exercise
  39. Урок 39. 00:14:18
    Redo Reducer Solution
  40. Урок 40. 00:10:50
    Managing State in a Form
  41. Урок 41. 00:05:04
    Wrapping Up