We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1a3f5 + b169178 commit 7a2d9aaCopy full SHA for 7a2d9aa
content/docs/hooks-state.md
@@ -8,7 +8,7 @@ prev: hooks-overview.html
8
9
*Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class.
10
11
-The [previous page](/docs/hooks-intro.html) introduced Hooks with this example:
+The [introduction page](/docs/hooks-intro.html) used this example to get familiar with Hooks:
12
13
```js{4-5}
14
import React, { useState } from 'react';
0 commit comments