-
Notifications
You must be signed in to change notification settings - Fork 389
Translate Reconciliation #139
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
Conversation
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Спасибо за перевод, небольшие предложения по его улучшению.
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Несколько предложений по стилю.
Ряд сложных предложений переведён блестяще, @astralpunch ! 👏
content/docs/reconciliation.md
Outdated
|
||
When a component updates, the instance stays the same, so that state is maintained across renders. React updates the props of the underlying component instance to match the new element, and calls `componentWillReceiveProps()` and `componentWillUpdate()` on the underlying instance. | ||
Когда компонент обновляется, его экземпляр не меняется, чтобы его состояние сохранялось сквозь рендеры. React обновляет пропсы базового экземпляра компонента для соответствия новому элементу и вызывает `componentWillReceiveProps()` и `componentWillUpdate()` на базовом экземпляре. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React обновляет пропсы базового экземпляра компонента для соответствия новому элементу и вызывает
componentWillReceiveProps()
иcomponentWillUpdate()
на базовом экземпляре.
@astralpunch @lex111 при первом прочтении мне было не ясно, о каком "базовом" компоненте идёт речь. В оригинале underlying звучит очень понятно, но плохо ложится на русский в вариантах ниже лежащий, лежащий в основе и подобных. Если ли мысли, как это предложение получше переписать.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пока вариантов нет, потом можно к этому вернуться.
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Co-Authored-By: astralpunch <[email protected]>
Deploy preview for ru-reactjs ready! Built with commit 96b8f09 |
Deploy preview for ru-reactjs ready! Built with commit 585900e |
Deploy preview for ru-reactjs ready! Built with commit 079c74e |
@astralpunch исправь, пожалуйста, merge conflict. Спасибо за внесение изменений. |
Спасибо @astralpunch, а также @ntishkevich и @another-guy за ревью! |
No description provided.