Component Life Cycle
Like a Human body, React Component also has a lifecycle, with different stages like generating, updating, destroying. These Component Life cycles are:
Mounting
Updating
Unmounting
Error Handling.
Let’s learn How they work and what are there significance is: