mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): remove first-person language from shopping list step 22 (#67400)
Signed-off-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ Your app works! Go ahead and test it out.
|
||||
|
||||
However, it's not as efficient as it could be. While React is already very performant, there are some cases where it can be better to cache the results of potentially expensive calculations, or to ensure that functions are not recreated on every render.
|
||||
|
||||
We'll improve the performance of your app over the following steps. But first, let's add some logging so you can see the lifecycle of this component more clearly.
|
||||
You'll improve the performance of your app over the following steps. But first, add some logging so you can see the lifecycle of this component more clearly.
|
||||
|
||||
Above `filteredItems`, add a `console.log()` statement that logs the string `Filtering items...` to the console.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user