Skip to content

Commit

Permalink
wording changed
Browse files Browse the repository at this point in the history
  • Loading branch information
da-vaibhav committed Jan 8, 2016
1 parent 954126d commit 1317015
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 @@ -294,7 +294,7 @@ The [key](https://facebook.github.io/react/docs/multiple-components.html#dynamic
//good
<MyComponent key={{item.key}}/>
```
- [Use the array index is a bad practice.](https://medium.com/@robinpokorny/index-as-a-key-is-an-anti-pattern-e0349aece318#.76co046o9)
- [Using array index is a bad practice.](https://medium.com/@robinpokorny/index-as-a-key-is-an-anti-pattern-e0349aece318#.76co046o9)
- `random()` will not work

```javascript
Expand Down

0 comments on commit 1317015

Please sign in to comment.