What are the different phases of component lifecycle?
The component lifecycle has three distinct lifecycle phases:
Mounting π
The component is ready to mount in the browser DOM. This phase covers initialization from constructor(), getDerivedStateFromProps(), render(), and componentDidMount() lifecycl...
lymcode.hashnode.dev2 min read
Mahesh Mulik
Software Engineer
Any newbie can understand this in a few minutes.
great Article !!