Uh oh!
There was an error while loading. Please reload this page.
Translate API Reference of React.Component - #127
Conversation
Deploy preview for ja-reactjs ready! Built with commit 5c79337 |
There was a problem hiding this comment.
@lightnet328
翻訳お疲れ様です!
長いページなので、コメント多くなってしまいましたがご確認お願いします! 🙇
細かいものばかりです。
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
| `forceUpdate()` を呼び出すと、`shouldComponentUpdate()` をスキップして、コンポーネントに対して `render()` が呼び出されます。これにより、それぞれの子の `shouldComponentUpdate()` メソッドを含む、子コンポーネントの通常のライフサイクルメソッドがトリガーされます。マークアップが変更された場合にのみ React は DOM を更新します。 | ||
| Normally you should try to avoid all uses of `forceUpdate()` and only read from `this.props` and `this.state` in `render()`. | ||
| 通常は `forceUpdate()` の使用をすべて避け、`render()` の `this.props` と `this.state` からのみ読み取るようにしてください。 |
There was a problem hiding this comment.
言い回しを調整しました [IMO]
| 通常は`forceUpdate()`の使用をすべて避け、`render()` の `this.props` と `this.state` からのみ読み取るようにしてください。 | |
| 通常は全ての`forceUpdate()`の使用を避け、`render()` の `this.props` と `this.state` からのみ読み取るようにしてください。 |
There was a problem hiding this comment.
こちら、ご提案いただいた内容のほうが良いと思うので取り込ませていただきました。
また、「通常は forceUpdate() を使用せずに、」ではどうでしょうか?意訳しすぎでしょうか。
There was a problem hiding this comment.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
lightnet328
commented
Feb 20, 2019
@koba04 レビューしていただき、ありがとうございます! |
koba04
left a comment
There was a problem hiding this comment.
@lightnet328 表示がおかしくなっている部分があったのでコメントしましたのでそこだけ確認お願いします 🙏
1つは自分がsuggestionした部分でした。失礼しました 🙇
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.
2c70307 to
80d8236CompareCo-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
Co-Authored-By: lightnet328 <lightnet328@gmail.com>
7763181 to
bb7b035Comparelightnet328
commented
Feb 22, 2019
Markdownが崩れている部分について修正しました🙇 |
koba04
commented
Feb 22, 2019
@lightnet328 対応ありがとうございました! |
This PR is a part of #4.
Translate: React.Component – React