In React, components are the building blocks of user interfaces. They are like functions that receive inputs (props) and return a React element (which describes what should be rendered to the screen).
There are two types of components in React: pure ...