浅谈React Native 中组件的生命周期(2)

生命周期 调用次数 能否使用 setSate()
getDefaultProps   1(全局调用一次)    
getInitialState   1    
componentWillMount   1    
render   >=1    
componentDidMount   1    
componentWillReceiveProps   >=0    
shouldComponentUpdate   >=0    
componentWillUpdate   >=0    
componentDidUpdate   >=0    
componentWillUnmount   1    

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wygzjg.html