React JS Lifecycle methods for class component
https://github.com/emuroiwa/react-concepts/tree/master/src/components/Lifecycle When a React JS (we should find a short way to write this) component is created it goes through several stages of its lifecycle, React gives us methods we…