DEV Community

FatimaAlam1234
FatimaAlam1234

Posted on

React LifeCycle Methods

It is applied only to Class Components and not Functional Components.
Lifecycle hooks might have a similar effect in functional components.

The Life Cycle Methods are ->
Mounting
Updating
Unmounting
Error Handling

Top comments (0)