Birth phase of the lifecycle of a ReactJS component
1. Component starts its journey on a way to the DOM
2. Component contains the default Props and initial State
3. Default properties are done in the constructor of a component
4. Initial phase only occurs once