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:
Caio Bittencourt
2026-05-14 16:30:47 -03:00
committed by GitHub
parent 55aa9260e7
commit 4a3ed7e01a
@@ -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. 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. Above `filteredItems`, add a `console.log()` statement that logs the string `Filtering items...` to the console.