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.
1 parent 75e8311 commit 4b4a149Copy full SHA for 4b4a149
content/docs/hooks-state.md
@@ -8,11 +8,7 @@ prev: hooks-overview.html
8
9
*Hook* 是 React 16.8 的新增特性。它可以让你在不编写 class 的情况下使用 state 以及其他的 React 特性。
10
11
-<<<<<<< HEAD
12
-[上一章节](/docs/hooks-intro.html)中使用下面的例子介绍了 Hook:
13
-=======
14
-The [introduction page](/docs/hooks-intro.html) used this example to get familiar with Hooks:
15
->>>>>>> b1691780aa3178d39694264863210d34ad5a5f81
+[Hook 简介章节](/docs/hooks-intro.html)中使用下面的例子介绍了 Hook:
16
17
```js{4-5}
18
import React, { useState } from 'react';
0 commit comments