React Explained

This video is an excerpt from the React Explained Course and Book that breaks down how to use React for beginners.

In the video we go over how to to use one of the most important functions in React, createElement().  This is an agnostic function that creates a JavaScript object.  Later we then use ReactDOM to convert the JavaScript object into valid HTML and add it to the page.

Checkout the video for more and the example file repo here.

The Video

To Learn More

To learn more checkout the React Explained Book and Course.