Skip to content

Commit 9d62821

Browse files
committed
Tweak refwording
1 parent f510e11 commit 9d62821

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

content/docs/reference-react.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ Suspense lets components "wait" for something before rendering. Today, Suspense
6767

6868
### Hooks
6969

70-
Hooks are a new feature available in React 16.8 and higher. They let you use state and other React features without writing a class.
71-
72-
They have a [separate](/docs/hooks-intro.html) documentation section and an API reference page:
70+
*Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class. Hooks have a [dedicated docs section](/docs/hooks-intro.html) and a separate API reference:
7371

7472
- [Basic Hooks](/docs/hooks-reference.html#basic-hooks)
7573
- [`useState`](/docs/hooks-reference.html#usestate)
@@ -84,7 +82,6 @@ They have a [separate](/docs/hooks-intro.html) documentation section and an API
8482
- [`useLayoutEffect`](/docs/hooks-reference.html#uselayouteffect)
8583
- [`useDebugValue`](/docs/hooks-reference.html#usedebugvalue)
8684

87-
8885
* * *
8986

9087
## Reference

0 commit comments

Comments
 (0)