Community Roundup #2

This commit is contained in:
Vjeux
2013-06-19 19:39:11 +02:00
parent a77262be5f
commit d4394eee06
5 changed files with 72 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ As of React 0.3, there is no good way to insert comments within the children sec
</div>
```
## Custom HTML attributes
## Custom HTML Attributes
If you pass properties to native HTML elements that do not exist in the HTML specification, React will not render them. If you want to use a custom attribute, you should prefix it with `data-`.