We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27d13c3 + b253d5c commit 0908b19Copy full SHA for 0908b19
basic-react-components/6.7.md
@@ -91,9 +91,10 @@ Below I show a table for each category and the containing lifecycle methods.
91
<ol>
92
<li><code>componentWillReceiveProps()</code></li>
93
<li><code>shouldComponentUpdate()</code></li>
94
+<li><code>componentWillUpdate()</code></li>
95
<li><code>render()</code></li>
96
<li>Children Life cycle methods</li>
-<li><code>componentWillUpdate()</code></li>
97
+<li><code>componentDidUpdate()</code></li>
98
</ol>
99
* Unmount Phase follows this order:
100
0 commit comments