React Lifecycle

·

1 min read

A React component has a lifecycle that can be split up into four phases which include:

  1. Mounting
  2. Updating
  3. Unmounting
  4. Error Handling

Lifecycle method is a method that gets called at different times when a component is rendered.

Personally, I find the Lifecycle of a React component difficult to grasp hence, I will be doing more research about it. I will type out what I have learned right here from my own research and understanding.

Please comment down below if you have any website or video recommendations that would help me to understand the React Lifecycle better <3