Skip to content

Commit

Permalink
Merge pull request #22 from hieuhani/hooks_intro
Browse files Browse the repository at this point in the history
Translate hooks introduction page
  • Loading branch information
ltmylinh authored Apr 6, 2019
2 parents 6e66844 + 035e57f commit 98b3d14
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion content/blog/2019-02-06-react-v16.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hooks let you use state and other React features without writing a class. You ca

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

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

0 comments on commit 98b3d14

Please sign in to comment.