Functional Components are simpler comparing to class-based functions.
Functional Components mainly focuses on the UI of the application, not on the behavior.
To be more precise these are basically render function in the class
component.
Functional Components can't have state and they can't make
use of lifecycle methods.