React is able to render custom attributes as described at http://facebook.github.io/react/docs/jsx-gotchas.html:
If you want to use a custom attribut
You can simply use event.target.dataset object . This will give you the object with all data attributes.