Video Docs

These videos mirror the content and order found in the official react documentation: https://reactjs.org/docs



3 Videos
Installation There are several ways to install and use React: whether that's just trying it in a sandbox online, adding it to an existing website, or making a whole new single page app.
12 Videos
Main Concepts Want to learn React? Start here. Get started with React by trying it out in codepen or codesandbox. Then learn the basics, and work up until you can "Think in React"
6 Videos
Hooks (New) Handle state and effects in a new way with hooks. No more need for classes - you can do everything you want to in function components!