In the previous section, you learned how to create simple HTML elements with React, through React.createElement. Toward the end, you learned how to do the same thing with JSX.
In this section, you are going to learn more about creating simple as well as more advanced React components.