From eba7131ed1f0b8df451d13dc884316801e7aa190 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 5 Jun 2018 23:47:01 +0100 Subject: [PATCH] Drop the should --- content/blog/2018-06-07-when-to-use-derived-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-06-07-when-to-use-derived-state.md b/content/blog/2018-06-07-when-to-use-derived-state.md index 75900c23..33859c2d 100644 --- a/content/blog/2018-06-07-when-to-use-derived-state.md +++ b/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: