mounting > updating > unmouting
[mouting] componentWillMount()
[mouting] componentDidMount()
[updating] componentWillReceiveProps(nextProps) // setState不触发事件
[updating] shouldComponentUpdate(nextProps, nextState) // return false可以阻止演染
[updating] componentWillUpdate(nextProps, nextState)
[updating] componentDidUpdate(prevProps, prevProps)
[unmouting] componentWillUnmount()
(S)plit
(I)solation
(R)emix
(A)bstract
React x React Touch x Cuvee UI x Zynga Scroller x SCSS x Gulp x Webpack