What is a React component?
A React component is essentially a JavaScript function.
How do you define a function component in React?
Define a function and capitalize the name of the function.
How do you mount a component to the DOM?
Declare a React element with the component and then use the render method of the ReactDOM object.