1. Урок 1.00:04:19
    Bootstrap a React Application through the CLI with Create React App
  2. Урок 2.00:02:48
    Render a React UI with JSX
  3. Урок 3.00:05:15
    Render a React UI Based on Initial State
  4. Урок 4.00:03:41
    Synchronize React UI and State with Controlled Components
  5. Урок 5.00:03:37
    Create a Stateless Functional Component for an Input Form
  6. Урок 6.00:06:43
    Refactor React Components to be Stateless Functional Components
  7. Урок 7.00:05:11
    Validate Component Input with Prop Types in React
  8. Урок 8.00:05:17
    Add Data to a List without Mutations
  9. Урок 9.00:04:07
    Update React Application State from Form Input
  10. Урок 10.00:05:37
    Prevent Empty Form Values with Conditional Submit Handlers
  11. Урок 11.00:02:26
    Use ES2016 Property Initializer Syntax in ES6 classes
  12. Урок 12.00:07:10
    Update Data in a List without Mutations
  13. Урок 13.00:08:39
    Pass Data To Event Handlers with Partial Function Application
  14. Урок 14.00:07:13
    Create a Pipe Function to Enable Function Composition
  15. Урок 15.00:05:31
    Remove Items from a List without Mutations
  16. Урок 16.00:06:32
    Build a Link Component to Navigate to Routes in React
  17. Урок 17.00:07:51
    Use React Context to Manage Application State Through Routes
  18. Урок 18.00:03:28
    Filter Data on Property Values
  19. Урок 19.00:01:43
    Keep Application State in Sync with Browser History
  20. Урок 20.00:04:19
    Load Data From a Server with fetch
  21. Урок 21.00:02:30
    Save Data to the Server with fetch
  22. Урок 22.00:02:41
    Show Temporary Messages in a React Application
  23. Урок 23.00:03:10
    Update data on the Server with fetch
  24. Урок 24.00:01:35
    Delete Data on the Server with fetch