@ -67,9 +67,7 @@ Suspense lets components "wait" for something before rendering. Today, Suspense
### Hooks
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.
They have a [separate](/docs/hooks-intro.html) documentation section and an API reference page:
*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: