Lifecycle hooks for components
Hook with no callback parameters
Hook for props update
Hook called when the component was mounted
Hook called when the component receives new props
Hook called when the component was unmounted
Hook called when the DOM of the component was updated
Brings the LifeCycle object into scope.