Skip to content

Commit

Permalink
docs(en): merge reactjs.org in zh-hans (reactjs#211)
Browse files Browse the repository at this point in the history
Sync with reactjs.org @ b169178
  • Loading branch information
QC-L authored May 6, 2019
2 parents 31e38d9 + 4b4a149 commit eba3e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prev: hooks-overview.html

*Hook* 是 React 16.8 的新增特性。它可以让你在不编写 class 的情况下使用 state 以及其他的 React 特性。

[上一章节](/docs/hooks-intro.html)中使用下面的例子介绍了 Hook:
[Hook 简介章节](/docs/hooks-intro.html)中使用下面的例子介绍了 Hook:

```js{4-5}
import React, { useState } from 'react';
Expand Down

0 comments on commit eba3e0e

Please sign in to comment.