React components

What are components in React and how can we create them?

We'll cover the following...

To create a ReactComponent we write a function that returns a ReactElement: ...