react 生命周期

2018-07-14  本文已影响14人  这一次我觉得我行

1. componentWillMount()


2. render()


3. componentDidMount()


4. componentWillReceiveProps(nextProps)


5. shouldComponentUpdate(nextProps,nextState)


6. componentWillUpdate(nextProps, nextState)


7 componentDidUpdate(prevProps, prevState)


8 componentWillUnmount()


相关 setState(Object/Function)

上一篇下一篇

猜你喜欢

热点阅读