Classes
Why u
Lifecycle Functions
https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/
Mounting
Constructor
getDerivedStateFromProps
render
componentDidMount
Updating
getDerivedStateFromProps
shouldComponentUpdate
render
getSnapshotBeforeUpdate
componentDidUpdate
Unmounting
componentWillUnmount
Error Handling
getDervicedStateFromError
componentDidCatch
Other Methods
setState
forceUpdate
Class Properties
defaultProps
displayName
props
state
Conclusion