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