1. What are React component lifecycle events? | ![]() |
2. How many types of React component lifecycle events are there? | ![]() |
3. What is the purpose of componentDidMount() lifecycle event? | ![]() |
4. Is it possible to update state inside the componentWillUnmount() lifecycle event? | ![]() |
5. How can we prevent a component from re-rendering unnecessarily? | ![]() |