What is a React component?
a piece of a UI or feature of the webpage. It allows you to split the UI into dependent, reusable pieces. –> Think about it as a function!!!!
How do you define a function component in React?
function Capital first letter of the function definition. Write a javscript function that returns jsx element!!
How do you mount a component to the DOM?
ReactDOM.render()