Skip to content

Commit 6887c84

Browse files
committed
Merge pull request airbnb#359 from ycavatars/master
add missing componentDidUpdate
2 parents f33e85e + 7a7bec1 commit 6887c84

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

react/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,11 @@
232232
9. componentWillReceiveProps
233233
10. shouldComponentUpdate
234234
11. componentWillUpdate
235-
12. componentWillUnmount
236-
13. *clickHandlers or eventHandlers* like onClickSubmit() or onChangeDescription()
237-
14. *getter methods for render* like getSelectReason() or getFooterContent()
238-
15. *Optional render methods* like renderNavigation() or renderProfilePicture()
239-
16. render
235+
12. componentDidUpdate
236+
13. componentWillUnmount
237+
14. *clickHandlers or eventHandlers* like onClickSubmit() or onChangeDescription()
238+
15. *getter methods for render* like getSelectReason() or getFooterContent()
239+
16. *Optional render methods* like renderNavigation() or renderProfilePicture()
240+
17. render
240241

241242
**[⬆ back to top](#table-of-contents)**

0 commit comments

Comments
 (0)