Results 1 issues of Zachary R. Smith

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...