#React Components
In general, there are 2 ways to create React Component.
Here an extension of react component, we can do all sort of things, but for class component, it always going need to render(), to return a component.
Note, this component will can have state.