Skip to content

Commit d34cd21

Browse files
chatoo2412taehwanno
authored andcommitted
Translate Hooks at a Glance (#6)
* Translate Hooks at a Glance * Translate links to Hooks at Glance * Translate comments according to the guide * Improve translation of Hooks at Glance
1 parent ebd4b9e commit d34cd21

6 files changed

+63
-64
lines changed

content/blog/2018-11-27-react-16-roadmap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function Example() {
8787
}
8888
```
8989

90-
Hooks [introduction](/docs/hooks-intro.html) and [overview](/docs/hooks-overview.html) are good places to start. Watch [these talks](https://www.youtube.com/watch?v=V-QO-KO90iQ) for a video introduction and a deep dive. The [FAQ](/docs/hooks-faq.html) should answer most of your further questions. To learn more about the motivation behind Hooks, you can read [this article](https://medium.com/@dan_abramov/making-sense-of-react-hooks-fdbde8803889). Some of the rationale for the API design of Hooks is explained in [this RFC thread reply](https://github.com/reactjs/rfcs/pull/68#issuecomment-439314884).
90+
Hooks [introduction](/docs/hooks-intro.html) and [Hook 개요](/docs/hooks-overview.html) are good places to start. Watch [these talks](https://www.youtube.com/watch?v=V-QO-KO90iQ) for a video introduction and a deep dive. The [FAQ](/docs/hooks-faq.html) should answer most of your further questions. To learn more about the motivation behind Hooks, you can read [this article](https://medium.com/@dan_abramov/making-sense-of-react-hooks-fdbde8803889). Some of the rationale for the API design of Hooks is explained in [this RFC thread reply](https://github.com/reactjs/rfcs/pull/68#issuecomment-439314884).
9191

9292
We have been dogfooding Hooks at Facebook since September. We don't expect major bugs in the implementation. Hooks are only available in the 16.7 alpha versions of React. Some of their API is expected to change in the final version (see the end of [this comment](https://github.com/reactjs/rfcs/pull/68#issuecomment-439314884) for details). It is possible that the minor release with Hooks might not be React 16.7.
9393

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Hooks let you use state and other React features without writing a class. You ca
1212
If you've never heard of Hooks before, you might find these resources interesting:
1313

1414
* [Introducing Hooks](/docs/hooks-intro.html) explains why we're adding Hooks to React.
15-
* [Hooks at a Glance](/docs/hooks-overview.html) is a fast-paced overview of the built-in Hooks.
15+
* [Hook 개요](/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.
1818
* [useHooks.com](https://usehooks.com/) showcases community-maintained Hooks recipes and demos.

content/docs/hooks-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To solve these problems, **Hooks let you use more of React's features without cl
8787

8888
>Examples
8989
>
90-
>[Hooks at a Glance](/docs/hooks-overview.html) is a good place to start learning Hooks.
90+
>[Hook 개요](/docs/hooks-overview.html) is a good place to start learning Hooks.
9191
9292
## Gradual Adoption Strategy {#gradual-adoption-strategy}
9393

0 commit comments

Comments
 (0)