Skip to content

Commit

Permalink
final changes to translation of list and keys
Browse files Browse the repository at this point in the history
  • Loading branch information
saranshkataria authored Jun 3, 2019
1 parent 33c74ab commit 9e277a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/lists-and-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const todoItems = todos.map((todo, index) =>

### Key के साथ कौम्पोनॅन्टस निकालना {#extracting-components-with-keys}

Keys केवल उनके array के लिए ही होती है
Keys केवल आस-पास के array के संदर्भ में ही समझ में आती हैं

उदाहरण के लिए, यदि आप एक ListItem कौम्पोनॅन्ट को [निकालते](/docs/components-and-props.html#extracting-components) हैं, तो आपको key `ListItem` के `<li>` एलिमेंट पर रखने के बजाये array में `<ListItem />` एलिमेंट पर रखनी चाहिए।

Expand Down

0 comments on commit 9e277a7

Please sign in to comment.