mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
align wording
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user