Удален по просьбе правообладателя
  1. Урок 1. 00:07:18
    Prelude & Git Setup
  2. Урок 2. 00:05:10
    Course Introduction
  3. Урок 3. 00:03:38
    Setup index.html
  4. Урок 4. 00:04:51
    Including React
  5. Урок 5. 00:03:18
    Add CSS File
  6. Урок 6. 00:03:26
    App Function & Editor Ligatures
  7. Урок 7. 00:05:54
    Your First Component
  8. Урок 8. 00:05:36
    Making a Reusable Component
  9. Урок 9. 00:02:57
    Passing Component Props
  10. Урок 10. 00:02:36
    Class vs Function Component
  11. Урок 11. 00:04:02
    Adding a Click Handler
  12. Урок 12. 00:05:28
    npm
  13. Урок 13. 00:06:29
    Installing Prettier for Code Formatting
  14. Урок 14. 00:03:43
    Adding Prettier into Your Editor
  15. Урок 15. 00:06:02
    Adding Prettier CLI Script
  16. Урок 16. 00:08:11
    Adding ESLint for Code Quality
  17. Урок 17. 00:10:01
    Adding an ESLint CLI Script
  18. Урок 18. 00:03:45
    Webpack vs Parcel
  19. Урок 19. 00:04:06
    Parcel
  20. Урок 20. 00:04:36
    Installing React from npm with Parcel
  21. Урок 21. 00:03:34
    Extracting Component Module
  22. Урок 22. 00:10:24
    Writing a Component in JSX
  23. Урок 23. 00:06:25
    Writing the App in JSX
  24. Урок 24. 00:13:03
    Configuring ESLint with React
  25. Урок 25. 00:05:24
    Setup the Petfinder API Keys
  26. Урок 26. 00:07:53
    Using the Petfinder API Client
  27. Урок 27. 00:09:28
    Set Component State form API Results
  28. Урок 28. 00:02:06
    Debug Component State in React
  29. Урок 29. 00:05:35
    Rendering List of Components
  30. Урок 30. 00:03:45
    Adding Unique Keys to Components
  31. Урок 31. 00:10:19
    Passing Component Data Using Props
  32. Урок 32. 00:07:08
    Refactor Components for Adding Routing
  33. Урок 33. 00:03:58
    Component Routing with Reach Router
  34. Урок 34. 00:03:44
    React Dev Tools
  35. Урок 35. 00:05:16
    Routing with Reach Router Link
  36. Урок 36. 00:13:17
    Render Component from API Data
  37. Урок 37. 00:09:16
    Remove Class Constructor with Babel
  38. Урок 38. 00:14:28
    Creating a Carousel Component
  39. Урок 39. 00:12:34
    Adding Carousel Interactivity
  40. Урок 40. 00:05:28
    Adding a Search Input Component
  41. Урок 41. 00:08:51
    Handling Input State Change
  42. Урок 42. 00:06:43
    Adding a Select List with Options
  43. Урок 43. 00:01:56
    Turning Off ESLint Rules
  44. Урок 44. 00:16:10
    Adding an Input from API Data
  45. Урок 45. 00:14:16
    Q&A
  46. Урок 46. 00:04:16
    The Problem of Sharing State
  47. Урок 47. 00:05:14
    Spread Operator & Passing Props
  48. Урок 48. 00:03:23
    Intro to Context
  49. Урок 49. 00:04:41
    React createContext
  50. Урок 50. 00:06:11
    Using the Provider
  51. Урок 51. 00:06:15
    Using the Consumer
  52. Урок 52. 00:05:14
    Context Q&A
  53. Урок 53. 00:07:33
    Using the Component Anywhere
  54. Урок 54. 00:02:07
    Debugging React Errors
  55. Урок 55. 00:12:54
    Using Context in Lifecycle Methods
  56. Урок 56. 00:05:01
    Fixing Routing
  57. Урок 57. 00:02:10
    Context Wrap Up & Questions
  58. Урок 58. 00:05:36
    Portals
  59. Урок 59. 00:01:19
    this.props.children
  60. Урок 60. 00:07:08
    Rendering to the Portal
  61. Урок 61. 00:02:47
    React Refs
  62. Урок 62. 00:04:21
    Integrating with 3rd Party Libraries
  63. Урок 63. 00:03:07
    shouldComponentUpdate
  64. Урок 64. 00:04:09
    Lifecycle Methods
  65. Урок 65. 00:02:27
    Profiling React
  66. Урок 66. 00:01:16
    Final Thoughts