What Are Components and Props?
In order to understand how React renders the UI, we need to understand two
crucial elements to a React application: components and props. Each of these
elements allow you to reuse pieces of your application and think about each
piece in isolation of the others.
What Are Components?
Components are