Skip to content

Commit

Permalink
Update content/docs/reference-glossary.md
Browse files Browse the repository at this point in the history
Co-Authored-By: potato4d <mail@potato4d.me>
  • Loading branch information
smikitky and potato4d authored Feb 2, 2019
1 parent 93db90d commit 77a41b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/reference-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ React によって値が制御される入力フォーム要素は *制御され

## [Keys](/docs/lists-and-keys.html)

"key" は特別な文字列の属性で、要素の配列を作成する際に含めておく必要があります。キーは React がどの要素が変更、追加もしくは削除されたかを識別するのに役立ちます。キーは配列内の要素に安定した一意性を与えるよう設定されるべきです
"key" は特別な文字列の属性で、要素の配列を作成する際に含めておく必要があります。key は React がどの要素が変更、追加もしくは削除されたかを識別するのに役立ちます。key は配列内の要素に安定した一意性を与えるよう設定されるべきです

key は同じ配列内の兄弟要素間で一意としなければなりません。アプリケーション全体、単一のコンポーネントに渡ってすべて一意である必要はありません。

Expand Down

0 comments on commit 77a41b5

Please sign in to comment.