React Lifecycle
A React component has a lifecycle that can be split up into four phases which include:
Mounting
Updating
Unmounting
Error Handling
Lifecycle method is a method that gets called at different times when a component is rendered.
Personally, I find the...
mayjudev.hashnode.dev1 min read