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