Sunil Pai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
content/docs/strict-mode.md
|
|
@ -103,6 +103,7 @@ Strict mode can't automatically detect side effects for you, but it can help you |
|
|
|
* The `render` method |
|
|
|
* `setState` updater functions (the first argument) |
|
|
|
* The static `getDerivedStateFromProps` lifecycle |
|
|
|
* The `shouldComponentUpdate` method |
|
|
|
|
|
|
|
> Note: |
|
|
|
> |
|
|
|