-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sergio edited this page Jan 27, 2021
·
24 revisions
- Mounting -
static getDerivedStateFromProps(props, state) - Mounting -
componentDidMount() - Updating -
static getDerivedStateFromProps(props, state) - Updating -
shouldComponentUpdate(nextProps, nextState) - Updating -
render() - Updating -
getSnapshotBeforeUpdate(prevProps, prevState) - Updating -
componentDidUpdate(prevProps, prevState, snapshot) - Unmounting -
componentWillUnmount()- Unmounting - Element Ref
- Mounting -
static getDerivedStateFromProps(props, state)- Mounting -
componentDidMount()- Updating -
static getDerivedStateFromProps(props, state)- Updating -
shouldComponentUpdate(nextProps, nextState)- Updating -
render()- Updating -
getSnapshotBeforeUpdate(prevProps, prevState)- Updating -
componentDidUpdate(prevProps, prevState, snapshot)- Unmounting -
componentWillUnmount()- Element Ref