Nikhil John
constructor() static getDerivedStateFromProps() render() componentDidMount()
componentWillMount()
Why?
static getDerivedStateFromProps() shouldComponentUpdate() render() getSnapshotBeforeUpdate() componentDidUpdate()
componentWillUpdate() componentWillReceiveProps()
componentDidUnmount()
By Nikhil John