Dan Abramov
7 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
1 deletions
-
content/blog/2018-06-07-when-to-use-derived-state.md
|
|
@ -371,7 +371,7 @@ class Example extends Component { |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
This is much simpler and should perform just as well as the previous version! |
|
|
|
This is much simpler and performs just as well as the previous version! |
|
|
|
|
|
|
|
There are a couple of constraints to consider when using memoization though: |
|
|
|
|
|
|
|