align wording

This commit is contained in:
Dan Abramov
2022-09-15 12:09:31 +01:00
parent a6322a46a0
commit e14de80de4
2 changed files with 3 additions and 3 deletions

View File

@@ -478,7 +478,7 @@ button[type="button"] {
</Sandpack>
However, here is the same code **with the artificial slowdown removed:**
However, here is the same code **with the artificial slowdown removed.** Does the lack of `useCallback` feel noticeable or not?
<Sandpack>

View File

@@ -369,7 +369,7 @@ label {
</Sandpack>
However, here is the same code **with the artificial slowdown removed.** Give it a try! Does it feel fast despite no `useMemo`?
However, here is the same code **with the artificial slowdown removed.** Does the lack of `useMemo` feel noticeable or not?
<Sandpack>
@@ -850,7 +850,7 @@ label {
</Sandpack>
However, here is the same code **with the artificial slowdown removed.** Give it a try! Does it feel fast without `useMemo`?
However, here is the same code **with the artificial slowdown removed.** Does the lack of `useMemo` feel noticeable or not?
<Sandpack>