What is React?
React is a JavaScript library for creating user interfaces.
What is a React element?
React elements are objects and tell React what you want to see on screen.
How do you mount a React element to the DOM?
Using the render method of the ReactDOM object.