Skip to content

Commit 98b3d14

Browse files
authored
Merge pull request #22 from hieuhani/hooks_intro
Translate hooks introduction page
2 parents 6e66844 + 035e57f commit 98b3d14

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
lines changed

content/blog/2019-02-06-react-v16.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Hooks let you use state and other React features without writing a class. You ca
1111

1212
If you've never heard of Hooks before, you might find these resources interesting:
1313

14-
* [Introducing Hooks](/docs/hooks-intro.html) explains why we're adding Hooks to React.
14+
* [Giới thiệu Hooks](/docs/hooks-intro.html) explains why we're adding Hooks to React.
1515
* [Hooks at a Glance](/docs/hooks-overview.html) is a fast-paced overview of the built-in Hooks.
1616
* [Building Your Own Hooks](/docs/hooks-custom.html) demonstrates code reuse with custom Hooks.
1717
* [Making Sense of React Hooks](https://medium.com/@dan_abramov/making-sense-of-react-hooks-fdbde8803889) explores the new possibilities unlocked by Hooks.

0 commit comments

Comments
 (0)