1. Урок 1. 00:04:44
    Introduction
  2. Урок 2. 00:05:07
    Course Repository Tour
  3. Урок 3. 00:04:29
    useState
  4. Урок 4. 00:04:17
    useEffect
  5. Урок 5. 00:02:28
    useContext
  6. Урок 6. 00:03:49
    useRef
  7. Урок 7. 00:03:56
    useReducer
  8. Урок 8. 00:04:32
    useMemo
  9. Урок 9. 00:04:52
    useCallback
  10. Урок 10. 00:03:20
    useLayoutEffect
  11. Урок 11. 00:02:39
    useImperativeHandle
  12. Урок 12. 00:09:01
    Emotion Setup & Nav Bar
  13. Урок 13. 00:05:30
    Template Literals & Hooks
  14. Урок 14. 00:03:30
    Design Systems & Compound Selectors
  15. Урок 15. 00:04:22
    Animations
  16. Урок 16. 00:07:39
    Code Splitting Routes
  17. Урок 17. 00:05:14
    Code Splitting Libraries & Child Components
  18. Урок 18. 00:01:50
    Code Splitting Review and Q&A
  19. Урок 19. 00:06:08
    SSR Rationale & Initial Setup
  20. Урок 20. 00:08:19
    Server Side Rendering to Strings
  21. Урок 21. 00:05:28
    Server Side Rendering to Node Stream
  22. Урок 22. 00:05:37
    TypeScript Introduction
  23. Урок 23. 00:04:17
    TypeScript Configuration for React
  24. Урок 24. 00:04:18
    Typing the Modal Component
  25. Урок 25. 00:06:11
    Migrating to TSLint
  26. Урок 26. 00:02:07
    Typing Context
  27. Урок 27. 00:10:53
    Typing a Class Component
  28. Урок 28. 00:03:01
    Typing an Error Boundary
  29. Урок 29. 00:07:54
    Props & State Interfaces
  30. Урок 30. 00:09:54
    Heterogenous Arrays & Hooks
  31. Урок 31. 00:05:45
    TypeScript Review and Q&A
  32. Урок 32. 00:05:54
    Redux Introduction
  33. Урок 33. 00:03:14
    Creating a Store
  34. Урок 34. 00:08:29
    Creating a Reducer
  35. Урок 35. 00:01:58
    Creating Actions
  36. Урок 36. 00:08:51
    Connecting Redux to the Application
  37. Урок 37. 00:04:07
    Redux Devtools
  38. Урок 38. 00:04:11
    Completing the Redux Wiring
  39. Урок 39. 00:03:26
    Jest & React Testing Library
  40. Урок 40. 00:10:27
    API Mocks
  41. Урок 41. 00:13:44
    Component Tests
  42. Урок 42. 00:06:38
    Snapshots, Watch Mode & Test Coverage