Please enable JavaScript.
Coggle requires JavaScript to display documents.
React 生命周期 (存在期 (componentWillReceiveProps, shouldComponentUpdate,…
React 生命周期
存在期
componentWillReceiveProps
shouldComponentUpdate
componentWillUpdate
render
componentDidUpdate
实例化
客户端
getDefaultProps
getInitialState
render
componentWillMount
componentDidMount
服务端
getDefaultProps
getInitialState
componentWillMount
render
销毁期
componentWillUnmount