Junior
What lifecycle methods can be implemented in a class component?
sobes.tech AI
Answer from AI
constructor, static getDerivedStateFromProps, render, componentDidMount, static getSnapshotBeforeUpdate, componentDidUpdate, componentWillUnmount, componentDidCatch, static getDerivedStateFromError.