Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate hooks overview page #23

Merged
merged 2 commits into from
Apr 6, 2019
Merged

Translate hooks overview page #23

merged 2 commits into from
Apr 6, 2019

Conversation

hieuhani
Copy link
Contributor

@hieuhani hieuhani commented Mar 21, 2019

I've completed translating hooks overview page.
Please review and give me feedback earlier instead of as #22 (no one's reviewed yet for 8 days) to avoid reducing community's spirit!

@netlify
Copy link

netlify bot commented Mar 21, 2019

Deploy preview for vi-reactjs-org ready!

Built with commit a0cbf0c

https://deploy-preview-23--vi-reactjs-org.netlify.com

@nampdn nampdn requested review from ltmylinh and nampdn March 29, 2019 02:46
@ltmylinh ltmylinh merged commit c7f8b46 into reactjs:master Apr 6, 2019
@tesseralis tesseralis mentioned this pull request Apr 6, 2019
95 tasks
@hieuhani hieuhani deleted the translate_hooks_overview branch April 9, 2019 04:55

## ⚡️ Effect Hook {#effect-hook}

You've likely performed data fetching, subscriptions, or manually changing the DOM from React components before. We call these operations "side effects" (or "effects" for short) because they can affect other components and can't be done during rendering.
Bạn thực hiện lấy dữ liệu, đăng ký, hoặc thay đổi DOM thủ công từ React components trước đây. Chúng tôi gọi các hoạt động đó là "side effects" (hoặc "effects" cho ngắn) bởi vì chúng có thể ảnh hưởng các components khác và không để xong trong qua trình render.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't be done during rendering should be translated to "không thể thực hiện trong quá trình render"

note the typo "qua" here also


For example, this component sets the document title after React updates the DOM:
Ví dụ, các components này cài đặt tiêu đề của trang web sau khi React cập nhật DOM:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this component is not plural, so can remove "các"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants