React-Native LifeCycle
2016-07-30 13:01:25 0 举报
作者其他创作
大纲/内容
true
render
Launching
this method will calculate the virtual DOM with a \"diff\
false
End
Start
componentWillUpdate
shouldComponentUpdate
Unmount
componentWillReceiveProps
states change
props change
getDefaultProps
runtime
getInitialState
componentDidMount
componentWillMount
componentDidUpdate
componentWillUnmount
0 条评论
下一页