7. LifeCycle method October 18, 2020 3 Categories : Mount, Update, Unmount. Mount 1. constructor -> getDerivedStateFromProps -> render -> componentDidMount Update 1. getDerivedStateFromProps -> shouldcomponentUpdate-> render-> getSnapshotBeforeUpdate-> componentDidUpdate Read more