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

Hooks reference #226

Merged
merged 34 commits into from Mar 15, 2019
Merged

Hooks reference #226

merged 34 commits into from Mar 15, 2019

Conversation

polling
Copy link
Contributor

@polling polling commented Mar 4, 2019

No description provided.

@polling polling mentioned this pull request Mar 4, 2019
88 tasks
@gcor gcor added the needs review A pull request ready to be reviewed label Mar 4, 2019
@netlify
Copy link

netlify bot commented Mar 4, 2019

Deploy preview for ru-reactjs ready!

Built with commit 2d75b9e

https://deploy-preview-226--ru-reactjs.netlify.com

@netlify
Copy link

netlify bot commented Mar 4, 2019

Deploy preview for ru-reactjs ready!

Built with commit dc5a6e1

https://deploy-preview-226--ru-reactjs.netlify.com

Copy link
Collaborator

@ntishkevich ntishkevich left a comment

Choose a reason for hiding this comment

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

Для первой итерации ревью достаточно будет изменений. Завтра постараюсь вычитать, очень много дословного перевода.
Также рекомендую ознакомиться с соглашением по переводу.

content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
@lex111 lex111 added work in progress Author opened the pull-request but it's still being worked on and removed needs review A pull request ready to be reviewed labels Mar 5, 2019
ntishkevich and others added 20 commits March 6, 2019 10:26
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
ntishkevich and others added 7 commits March 6, 2019 10:42
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
@ntishkevich ntishkevich added needs review A pull request ready to be reviewed and removed work in progress Author opened the pull-request but it's still being worked on labels Mar 9, 2019
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
Copy link
Member

@lex111 lex111 left a comment

Choose a reason for hiding this comment

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

Предложения для улучшения перевода.

content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/nav.yml Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
@gcor
Copy link
Collaborator

gcor commented Mar 10, 2019

content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
content/docs/hooks-reference.md Outdated Show resolved Hide resolved
>
> If you're migrating code from a class component, `useLayoutEffect` fires in the same phase as `componentDidMount` and `componentDidUpdate`, so if you're unsure of which effect Hook to use, it's probably the least risky.
> Если вы переносите код из компонента класса, `useLayoutEffect` запускается в той же фазе, что и `componentDidMount` и `componentDidUpdate`, поэтому, если вы не уверены, какой хук эффект использовать, это, вероятно, наименее рискованно.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
> Если вы переносите код из компонента класса, `useLayoutEffect` запускается в той же фазе, что и `componentDidMount` и `componentDidUpdate`, поэтому, если вы не уверены, какой хук эффект использовать, это, вероятно, наименее рискованно.
> Если вы переносите код из компонента класса, `useLayoutEffect` запускается на том же этапе, что и `componentDidMount` и `componentDidUpdate`, поэтому, если вы не уверены, какой хук эффект использовать, это, вероятно, наименее рискованно.

@ntishkevich ntishkevich added work in progress Author opened the pull-request but it's still being worked on and removed needs review A pull request ready to be reviewed labels Mar 11, 2019
Co-Authored-By: polling <sergey.bulatovich@gmail.com>
@another-guy
Copy link
Collaborator

@polling пожалуйста, рассмотрите/примите предложенные правки, если у вас есть возможность

@another-guy another-guy added needs proofread A read-through is still needed to release the document and removed work in progress Author opened the pull-request but it's still being worked on labels Mar 15, 2019
@another-guy another-guy merged commit 064c273 into reactjs:master Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs proofread A read-through is still needed to release the document
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants