I'm attempting to follow this example:
https://github.com/gaearon/react-dnd/tree/master/examples/04%20Sortable/Simple
But the code is using ES7 and I don't know how to replace the decorators and the decorate dependency in this file:
https://github.com/gaearon/react-dnd/blob/master/examples/04%20Sortable/Simple/Card.js
I've tried to read about decorators but I just don't understand it. I'm hoping someone can give an ES6 example of the Card.js code so I can get a better idea of what's going on and rewrite that example for my own use.