Skip to content

Translate Refs and the DOM - #52

Merged
koba04 merged 34 commits into
reactjs:masterfrom
y-temp4:translate/refs-and-the-dom
Feb 8, 2019
Merged

Translate Refs and the DOM#52
koba04 merged 34 commits into
reactjs:masterfrom
y-temp4:translate/refs-and-the-dom

Conversation

@y-temp4

@y-temp4y-temp4 commented Feb 3, 2019

Copy link
Copy Markdown
Contributor

This PR is a part of #4.

@y-temp4

Copy link
Copy Markdown
ContributorAuthor

assign @smikitky as a reviewer

ですが、変更できなかったため、No reviews となっています。
レビューをお願いします🙏

@smikitky
smikitky self-requested a review February 4, 2019 00:50
@koba04
koba04 requested review from koba04 and removed request for koba04February 4, 2019 01:17
@sasurau4

Copy link
Copy Markdown
Contributor

レビューします 👍

@tesseralistesseralis mentioned this pull request Feb 5, 2019
90 tasks

@sasurau4sasurau4 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

翻訳ありがとうございます 👍
結構、コメントしましたので確認お願いします 🙏

Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
上記の例では、`Parent` ref コールバックを `inputRef` prop として `CustomTextInput` に渡し、`CustomTextInput` は同じ関数を特別な `ref` 属性として `<input>` に渡します。 その結果、`Parent` の `this.inputElement` は、`CustomTextInput` の `<input>` 要素に対応する DOM ノードに設定されます。

### Legacy API: String Refs
### レガシー APIString Refs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
### レガシー API:String Refs
### レガシー API:文字列 Refs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

String 訳さなくてもいいかも 🤔

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

個人的には訳さなくても良いかと思います!

Comment threadcontent/docs/refs-and-the-dom.md Outdated
@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@sasurau4 レビューありがとうございます!
後ほど確認させていただきます🙏

sasurau4and others added 21 commits February 5, 2019 21:41
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
sasurau4and others added 7 commits February 5, 2019 21:58
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@sasurau4#52 (comment)#52 (comment) 以外は一旦変更を取り入れさせていただきました!
丁寧なご指摘、ありがとうございました😄

@smikitky

smikitky commented Feb 5, 2019

Copy link
Copy Markdown
Member

1つ1つの修正で全部コミットを作るのは大変なのでバッチコミットの機能を使ってください。"Files Changed"のタブの方で使えます。

あと key とかもそうですが、見出しなどで refs となっていたとしても、 ref は単体で使うので基本単数形で訳してください。(props は prop の塊なので props ですが)

@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@smikitky 承知しました🙇‍♂️
refs に関して修正させていただきます🙏

@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@smikitky refs に関して、修正させていただきました🙏

@koba04

Copy link
Copy Markdown
Member

@y-temp4 タイトル部分などまだRefsの表記が残っているようなので確認お願いします 🙏

@koba04koba04 mentioned this pull request Feb 6, 2019
@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@koba04 一通り Refs を Ref に変更したので、確認をお願いします🙏

@smikitkysmikitky left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

軽微なものばかりですが、確認しましたのでいくつか対応をお願いします。

Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
smikitkyand others added 2 commits February 7, 2019 11:23
@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@smikitky 修正させていただきました!
ご指摘ありがとうございました🙏

@koba04koba04 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@y-temp4 細かい点をいくつかコメントしましたので確認お願いします 🙇

Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Comment threadcontent/docs/refs-and-the-dom.md Outdated
Co-Authored-By: y-temp4 <y.temp4@gmail.com>
@y-temp4

Copy link
Copy Markdown
ContributorAuthor

@koba04 変更を反映させていただきました!
ご指摘ありがとうございます🙏

@koba04
koba04 merged commit aff8f2f into reactjs:masterFeb 8, 2019
@koba04

Copy link
Copy Markdown
Member

@y-temp4 ありがとうございます、mergeしました!! 👏👏👏

@smikitky

Copy link
Copy Markdown
Member

@y-temp4 ありがとうございました!

@koba04#96 が進行中なので、個別記事のマージよりそちらを先にした方が幸せかもしれません。これは個別に対処します。

@smikitkysmikitky mentioned this pull request Feb 8, 2019
Sign up for freeto 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.

4 participants

@y-temp4@sasurau4@smikitky@koba04