Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-takata committed Jan 10, 2016
1 parent 24e4241 commit 527b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ The [key](https://facebook.github.io/react/docs/multiple-components.html#dynamic

> Key is not really about performance, it's more about identity (which in turn leads to better performance). randomly assigned and changing values are not identity [Paul O’Shannessy](https://github.com/facebook/react/issues/1342#issuecomment-39230939)
- Use an exisiting unique value of the object.
- Use an existing unique value of the object.
- Define the keys in the parent components, not in child components

```javascript
Expand Down

0 comments on commit 527b53e

Please sign in to comment.