1. Урок 1. 00:08:23
    Introduction
  2. Урок 2. 00:10:59
    Project Setup
  3. Урок 3. 00:02:56
    A Note on the Course Font
  4. Урок 4. 00:04:28
    Getting Started with Pure React
  5. Урок 5. 00:04:37
    createElement Arguments
  6. Урок 6. 00:05:30
    Reusable Components
  7. Урок 7. 00:02:57
    Passing in Component Props
  8. Урок 8. 00:01:58
    Destructuring Props
  9. Урок 9. 00:03:50
    npm & Generating a package.json File
  10. Урок 10. 00:02:31
    Prettier
  11. Урок 11. 00:03:10
    npm Scripts
  12. Урок 12. 00:04:39
    Prettier Setup
  13. Урок 13. 00:04:15
    ESLint Setup
  14. Урок 14. 00:08:10
    ESLint Configuration
  15. Урок 15. 00:02:02
    gitignore
  16. Урок 16. 00:05:08
    Parcel
  17. Урок 17. 00:06:14
    Installing React & ReactDom
  18. Урок 18. 00:04:29
    Separate App into Modules
  19. Урок 19. 00:07:33
    Converting to JSX
  20. Урок 20. 00:07:53
    Configuring ESLint for React
  21. Урок 21. 00:07:39
    JSX Composite Components & Expressions
  22. Урок 22. 00:07:25
    Creating a Search Component
  23. Урок 23. 00:10:04
    Setting State with Hooks
  24. Урок 24. 00:02:19
    Best Practices for Hooks
  25. Урок 25. 00:03:08
    Configuring ESLint for Hooks
  26. Урок 26. 00:07:08
    Calling the Pet API
  27. Урок 27. 00:02:27
    Unique List Item Keys
  28. Урок 28. 00:04:50
    Breed Dropdown
  29. Урок 29. 00:09:43
    Custom Hooks
  30. Урок 30. 00:08:59
    Effects
  31. Урок 31. 00:03:21
    Declaring Effect Dependencies
  32. Урок 32. 00:05:27
    Effect Lifecycle Walkthrough
  33. Урок 33. 00:02:27
    Run Only Once
  34. Урок 34. 00:03:59
    Hooks Review and Q&A
  35. Урок 35. 00:02:55
    Environment Variables & Strict Mode
  36. Урок 36. 00:05:14
    React Browser Dev Tools
  37. Урок 37. 00:06:27
    Asynchronous API Requests
  38. Урок 38. 00:03:07
    Using the Fallback Mock API
  39. Урок 39. 00:07:07
    One-Way Data Flow
  40. Урок 40. 00:03:38
    Reformatting the Pet Component
  41. Урок 41. 00:08:22
    Reach Router
  42. Урок 42. 00:05:50
    Debugging & Reach Router Link
  43. Урок 43. 00:11:23
    Class Components
  44. Урок 44. 00:04:07
    Rendering the Component
  45. Урок 45. 00:09:59
    Configuring Babel for Parcel
  46. Урок 46. 00:08:55
    Creating an Image Carousel
  47. Урок 47. 00:05:12
    Context
  48. Урок 48. 00:02:43
    Index Click Q&A
  49. Урок 49. 00:01:53
    Carousel Implementation
  50. Урок 50. 00:06:47
    Error Boundaries
  51. Урок 51. 00:05:30
    Error Boundary Middleware
  52. Урок 52. 00:04:29
    404 Page Redirect
  53. Урок 53. 00:03:31
    Lifecycle Methods & Error Boundary Q&A
  54. Урок 54. 00:06:37
    React Context
  55. Урок 55. 00:05:10
    Context with Hooks
  56. Урок 56. 00:05:43
    Context with Classes
  57. Урок 57. 00:09:18
    Persisting State with Context Hooks
  58. Урок 58. 00:09:26
    Modal Dialog with Portals
  59. Урок 59. 00:08:38
    Displaying the Modal
  60. Урок 60. 00:03:27
    Wrapping Up