Let's test your knowledge. Click the correct answer from the options.
Which lifecycle method is called after a component has been updated?
Click the option that best answers the question.
- componentDidMount()
- componentWillUnmount()
- componentDidUpdate()
- constructor()