1. Урок 1. 00:08:14
    The World of React + ESLint
  2. Урок 2. 00:06:41
    React.createElement()
  3. Урок 3. 00:06:27
    JSX
  4. Урок 4. 00:08:51
    React Components
  5. Урок 5. 00:06:40
    Props
  6. Урок 6. 00:06:29
    Collection & Rendering a Table
  7. Урок 7. 00:04:39
    The key Prop & Inline Rendering
  8. Урок 8. 00:08:06
    Build the Static App First
  9. Урок 9. 00:08:32
    State: For Magic Updating Good Times
  10. Урок 10. 00:04:41
    Handling Events (like onClick)!
  11. Урок 11. 00:08:35
    Child Component
  12. Урок 12. 00:05:24
    Notifying Parent Components: Callback Props
  13. Урок 13. 00:08:48
    Smart vs Dumb Components
  14. Урок 14. 00:06:41
    Prop Validation: PropTypes
  15. Урок 15. 00:03:01
    Removing propTypes on Production
  16. Урок 16. 00:05:01
    Moving the Rep Logs to State
  17. Урок 17. 00:06:06
    Smart Components & Spread Attributes
  18. Урок 18. 00:08:25
    Handling a Form Submit
  19. Урок 19. 00:08:25
    New Component to Hold our Form
  20. Урок 20. 00:09:36
    Refs
  21. Урок 21. 00:08:35
    Immutability / Don't Mutate my State!
  22. Урок 22. 00:04:54
    Dumb Components with State
  23. Урок 23. 00:05:13
    Form Validation State
  24. Урок 24. 00:09:21
    Controlled Form Input
  25. Урок 25. 00:09:17
    Controlled Component Form
  26. Урок 26. 00:06:16
    Deleting Items
  27. Урок 27. 00:07:15
    API Setup & AJAX with fetch()
  28. Урок 28. 00:07:34
    API Auth & State via AJAX
  29. Урок 29. 00:03:38
    Loading Messages
  30. Урок 30. 00:06:38
    Hitting the DELETE Endpoint
  31. Урок 31. 00:09:05
    The POST Create API
  32. Урок 32. 00:05:19
    Polyfills: fetch & Promise
  33. Урок 33. 00:06:28
    Success Messages + The Style Attribute
  34. Урок 34. 00:06:14
    Temporary Messages & componentWillUnmount
  35. Урок 35. 00:07:12
    Updating Deep State Data
  36. Урок 36. 00:06:00
    Server Validation & fetch Failing
  37. Урок 37. 00:07:41
    Displaying Server Validation Errors
  38. Урок 38. 00:06:40
    ...Object Rest Spread
  39. Урок 39. 00:07:12
    Passing Data from your Server to React
  40. Урок 40. 00:08:46
    Passing Server Data to React Props
  41. Урок 41. 00:09:15
    Reusable Components
  42. Урок 42. 00:05:26
    CSRF Protection Part 1
  43. Урок 43. 00:07:39
    CSRF Protection Part 2