HTML5 drag events include a dataTransfer property. React drag events don't. Shimming this for legacy browsers would be difficult but it's something to look into.
More on the dataTransfer object:
http://www.html5rocks.com/en/tutorials/dnd/basics/
https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer
HTML5 drag events include a
dataTransferproperty. React drag events don't. Shimming this for legacy browsers would be difficult but it's something to look into.More on the
dataTransferobject:http://www.html5rocks.com/en/tutorials/dnd/basics/
https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer