6.7 says ``` Updating Phase follows this order: componentWillReceiveProps() shouldComponentUpdate() render() Children Life cycle methods componentWillUpdate() ``` but the docs say ["Invoked immediately before rendering when new props or state are being received. This method is not called for the initial render."](https://facebook.github.io/react/docs/component-specs.html)