Skip to main content

Posts

Showing posts with the label React

7. LifeCycle method

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