What is React?
Js Library to build user interfaces or UI components
What is a React element?
they describe what you want to see on the screen.
Also the smallest building blocks of react apps.
It is an object that react uses (definition answer).
How do you mount a React element to the DOM?
ReactDOM.render(element, container, callback)