3 Categories : Mount, Update, Unmount.
Mount
1. constructor -> getDerivedStateFromProps -> render -> componentDidMount
Update
1. getDerivedStateFromProps -> shouldcomponentUpdate-> render-> getSnapshotBeforeUpdate-> componentDidUpdate
3 Categories : Mount, Update, Unmount.
Mount
1. constructor -> getDerivedStateFromProps -> render -> componentDidMount
Update
1. getDerivedStateFromProps -> shouldcomponentUpdate-> render-> getSnapshotBeforeUpdate-> componentDidUpdate
Comments
Post a Comment