Skip to content
大纲

react 16之后

挂载阶段

constructor

getDeriveStateFromProps()

render()

componentDidMount

更新阶段

getDeriveStateFromProps()

shouldComponentUpdate()

render

getSnapshotBeforeUPdate()

更新

componentUpdate()

Released under the MIT License.