Home »
MCQs »
Full Stack Development MCQs
What are the 3 phases of a React component life cycle?
45. What are the 3 phases of a React component life cycle?
- Mounting, Updating, and Unmounting
- Monitor, Updating, Tracking
- Mounting, Adding, Unmounting
- All of the above
Answer: A) Mounting, Updating, and Unmounting
Explanation:
The React component lifecycle can be broadly divided into three main phases: Mounting, Adding, and Unmounting.