1. Урок 1. 00:01:26
    Course Overview
  2. Урок 2. 00:05:11
    Is This Course for You?
  3. Урок 3. 00:00:48
    Introduction
  4. Урок 4. 00:12:12
    Configuring a Full-stack JavaScript Environment: Server Side
  5. Урок 5. 00:10:17
    Configuring a Full-stack JavaScript Environment: Client Side
  6. Урок 6. 00:04:32
    Working with Data
  7. Урок 7. 00:05:20
    Testing JavaScript Code with Jest
  8. Урок 8. 00:05:17
    Matching Data to React Components
  9. Урок 9. 00:03:31
    Styling React Components
  10. Урок 10. 00:03:38
    Components Responsibilities
  11. Урок 11. 00:08:10
    Jest Snapshot Testing
  12. Урок 12. 00:05:08
    Server-side Rendering of React Components
  13. Урок 13. 00:01:01
    Summary
  14. Урок 14. 00:01:23
    Introduction
  15. Урок 15. 00:06:53
    Red/Green/Refactor
  16. Урок 16. 00:03:36
    Working with a Separate State Manager
  17. Урок 17. 00:04:53
    Dealing with an Asynchronous API on the Client
  18. Урок 18. 00:05:26
    Dealing with an Asynchronous API on the Server
  19. Урок 19. 00:02:41
    Delivering the Initial Data
  20. Урок 20. 00:08:09
    Reading State from the State Manager
  21. Урок 21. 00:00:54
    Summary
  22. Урок 22. 00:03:42
    Type-checking with PropTypes
  23. Урок 23. 00:04:16
    React's Context API
  24. Урок 24. 00:05:14
    Shallow Rendering with Enzyme
  25. Урок 25. 00:02:53
    Presentational Components and Container Components
  26. Урок 26. 00:06:04
    Higher Order Components
  27. Урок 27. 00:03:47
    Mapping Extra Props
  28. Урок 28. 00:01:39
    Summary
  29. Урок 29. 00:01:42
    Upgrading Dependencies
  30. Урок 30. 00:10:39
    Using the setState Function
  31. Урок 31. 00:11:35
    Subscribing to an External State
  32. Урок 32. 00:03:53
    Passing State to Child Components
  33. Урок 33. 00:07:09
    Subscribing to State from Child Components
  34. Урок 34. 00:06:07
    A Bit of Refactoring
  35. Урок 35. 00:01:31
    Summary
  36. Урок 36. 00:09:15
    Understanding shouldComponentUpdate and componentWillUpdate
  37. Урок 37. 00:02:38
    Profiling Components in Chrome Using the react_perf Flag
  38. Урок 38. 00:09:27
    Perf Addons: Avoiding Wasteful Rerenders with PureComponent
  39. Урок 39. 00:11:31
    Making Store-connected Components Subscribe to Partial State
  40. Урок 40. 00:05:40
    Immutable Data Structures
  41. Урок 41. 00:02:19
    Summary
  42. Урок 42. 00:01:52
    React’s Production Build
  43. Урок 43. 00:03:31
    Continuous Integration and Test Coverage
  44. Урок 44. 00:01:53
    Upgrading Dependencies
  45. Урок 45. 00:04:34
    Separating Vendor Files
  46. Урок 46. 00:01:18
    Minifying Bundled Files
  47. Урок 47. 00:04:41
    Using Different Babel Configurations
  48. Урок 48. 00:03:24
    Running Node.js in Production
  49. Урок 49. 00:02:46
    Summary and Course Wrap Up