Browse Source

align wording

main
Dan Abramov 2 years ago
parent
commit
e14de80de4
  1. 2
      beta/src/content/apis/react/useCallback.md
  2. 4
      beta/src/content/apis/react/useMemo.md

2
beta/src/content/apis/react/useCallback.md

@ -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>

4
beta/src/content/apis/react/useMemo.md

@ -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>

Loading…
Cancel
Save