Uh oh!
There was an error while loading. Please reload this page.
[fix] Sync with reactjs.org @ 1f2dbb7a - #286
Merged
Merged
Conversation
another-guy
commented
Mar 26, 2019
Contributor
gcor
commented
Mar 26, 2019
ContributorAuthor
@another-guy это и есть #285, я решил его просто сделать через пул-реквест отдельный. Не знаю на сколько это верно. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Обратите внимание, что `useRef()` полезен не только для атрибута `ref`. Он также [удобен для хранения любого изменяемого значения](/docs/hooks-faq.html#is-there-something-like-instance-variables) примерно так же, как вы используете поля экземпляров в классах. | ||
| ======= | ||
| Essentially, `useRef` is like a "box" that can hold a mutable value in its `.current` property. | ||
| По сути, `useRef` - это как «коробка», которая может содержать изменяемое значение в своем `текущем` свойстве. |
There was a problem hiding this comment.
переводится ли слово .current в этом контексте?
Uh oh!
There was an error while loading. Please reload this page.
gcor
commented
Mar 30, 2019
ContributorAuthor
@wwatkins09, спасибо большое за ревью. Мало было времени на перевод, получился сыроват. |
gcor
commented
Mar 30, 2019
ContributorAuthor
@another-guy, @ntishkevich поревьюите? А то там уже синки следующие ждут своего часа. |
wwatkins09
approved these changes
Mar 30, 2019
wwatkins09
left a comment
There was a problem hiding this comment.
Спасибо @gcor за такую огромную работу!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.