Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React JS and Redux Bootcamp - Master React Web Development, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:07:28
    What You’ll Get From Taking this Course
  • Урок 2. 00:07:19
    A 7m Overview of Web Development and React
  • Урок 3. 00:02:52
    Section Overview | First React Application
  • Урок 4. 00:04:24
    Set up the Portfolio App
  • Урок 5. 00:09:58
    Run the React App and the React Project Structure
  • Урок 6. 00:05:53
    ReactDOM, Elements, and JSX
  • Урок 7. 00:06:16
    A React Component
  • Урок 8. 00:03:26
    Classes - Overview
  • Урок 9. 00:10:55
    Classes, Inheritance, and a Closer Component Look
  • Урок 10. 00:09:13
    State
  • Урок 11. 00:09:47
    SetState
  • Урок 12. 00:06:45
    A React Rule: Never Directly Modify State
  • Урок 13. 00:03:41
    Class Properties and Initializers
  • Урок 14. 00:12:26
    Component 2: Projects
  • Урок 15. 00:08:41
    Props and Project Component
  • Урок 16. 00:04:29
    Challenge: Social Profiles Component
  • Урок 17. 00:06:53
    Code: Social Profiles Component
  • Урок 18. 00:12:00
    Wrap up with Low-Hanging Styling Fruit
  • Урок 19. 00:03:40
    Section Overview
  • Урок 20. 00:10:27
    React from Scratch
  • Урок 21. 00:11:26
    Compiling, Bundling, and a Closer Look at JSX
  • Урок 22. 00:09:45
    Refactor the Portfolio to use Parcel
  • Урок 23. 00:05:00
    The Necessity of Bundlers and Transpilers Review
  • Урок 24. 00:07:38
    The DOM and React’s Virtual DOM
  • Урок 25. 00:02:23
    Section Preview
  • Урок 26. 00:10:05
    Lifecycle Methods and componentDidMount
  • Урок 27. 00:06:10
    ComponentWillUnmount
  • Урок 28. 00:08:59
    [Optional] Title Fade
  • Урок 29. 00:08:43
    Stateless Functional Components
  • Урок 30. 00:04:53
    [Optional] HTTP Overview
  • Урок 31. 00:11:32
    Fetch and a Jokes Component
  • Урок 32. 00:08:31
    Challenge and Code: Ten More Jokes
  • Урок 33. 00:12:01
    Fetch Under the Hood: Promises
  • Урок 34. 00:08:38
    React Router
  • Урок 35. 00:08:17
    Header Component
  • Урок 36. 00:08:23
    Higher Order Components
  • Урок 37. 00:03:23
    Section and Project Preview
  • Урок 38. 00:09:08
    Set up Music Master and Your Own React App Template
  • Урок 39. 00:07:20
    Track User Input in the State
  • Урок 40. 00:10:35
    Challenge and Code: Search an Artist’s Top Tracks
  • Урок 41. 00:09:13
    Challenge and Code: Artist Component
  • Урок 42. 00:13:15
    Tracks Component
  • Урок 43. 00:08:21
    Search Component and Lifting State Up in Callback Props
  • Урок 44. 00:10:41
    Styling Finishing Touches
  • Урок 45. 00:04:43
    Include Music Master in Portfolio
  • Урок 46. 00:06:58
    Core React Review
  • Урок 47. 00:03:12
    Section and Project Preview
  • Урок 48. 00:06:15
    Redux Overview
  • Урок 49. 00:04:28
    Set Up Evens or Odds and the Redux Store
  • Урок 50. 00:04:11
    Reducers
  • Урок 51. 00:11:26
    Actions
  • Урок 52. 00:05:53
    Action Creators
  • Урок 53. 00:09:30
    Root Reducer Update and the Spread Operator
  • Урок 54. 00:05:47
    Split the Redux Layers
  • Урок 55. 00:05:54
    Connect React Components to Redux
  • Урок 56. 00:06:55
    Redux-based UI
  • Урок 57. 00:03:33
    Map Dispatch to Props
  • Урок 58. 00:12:59
    Challenge and Code: Interactive Instructions
  • Урок 59. 00:10:21
    Fetch Deck of Cards
  • Урок 60. 00:10:40
    CORS and Same Origin Policy
  • Урок 61. 00:06:55
    Async Actions
  • Урок 62. 00:05:49
    Redux Middleware
  • Урок 63. 00:13:28
    Handle Fetch Cases
  • Урок 64. 00:07:18
    Split up and Combine Reducers
  • Урок 65. 00:05:24
    DrawCard Component
  • Урок 66. 00:13:58
    Challenge and Code: Draw Card Redux Flow
  • Урок 67. 00:05:27
    Challenge and Code: Card Component
  • Урок 68. 00:12:25
    Challenge and Code: Guess Redux Logic and Component
  • Урок 69. 00:09:32
    Track Correct Guesses
  • Урок 70. 00:10:26
    Correct Guess Record and Local Storage
  • Урок 71. 00:06:00
    Include Evens or Odds in Portfolio
  • Урок 72. 00:02:38
    Section and Project Preview
  • Урок 73. 00:04:04
    Publish/Subscribe with Redux
  • Урок 74. 00:05:22
    Set Up the Reaction App
  • Урок 75. 00:10:21
    PubNub Exploration
  • Урок 76. 00:08:29
    PubSub Class and Redux Connection
  • Урок 77. 00:09:20
    Messages Redux Flow
  • Урок 78. 00:07:56
    Publish Message Component
  • Урок 79. 00:10:08
    React Context
  • Урок 80. 00:03:00
    Redux Devtools
  • Урок 81. 00:05:48
    Challenge and Code: Message Board Component
  • Урок 82. 00:09:23
    Challenge and Code: Username in Redux
  • Урок 83. 00:04:53
    Username in Messages
  • Урок 84. 00:06:09
    CreateReaction Component
  • Урок 85. 00:08:52
    Reactions Redux Flow
  • Урок 86. 00:06:34
    Publish Reaction
  • Урок 87. 00:06:40
    MessageReactions Component
  • Урок 88. 00:05:42
    Include Reaction in Portfolio
  • Урок 89. 00:07:08
    Redux Review
  • Урок 90. 00:02:56
    Section Overview
  • Урок 91. 00:06:45
    Set Up News App and Express Server
  • Урок 92. 00:08:04
    GET Stories and Nodemon
  • Урок 93. 00:06:18
    Express Middleware and CORS
  • Урок 94. 00:07:10
    Request an API within an API
  • Урок 95. 00:10:24
    Error Handler
  • Урок 96. 00:11:31
    Top Story Items
  • Урок 97. 00:04:12
    Spotlight: Deck of Cards and Spotify Wrapper APIs
  • Урок 98. 00:10:25
    Set up News React Client and Serve a React App with Express
  • Урок 99. 00:05:45
    Challenge and Code: Fetch and Display Stories
  • Урок 100. 00:00:53
    Section Overview
  • Урок 101. 00:08:28
    Github Walkthrough
  • Урок 102. 00:14:32
    Heroku Deployment
  • Урок 103. 00:01:07
    Congratulations and Final Remarks