25 React JS questions and answers Set 4
Set 4: Super Hard / Expert Level (with Answers) 1. What are the phases of the React component lifecycle?👉 For class components: Mounting (constructor → render → componentDidMount) Updating (shouldComponentUpdate.