bevacqua / react-dragula

:ok_hand: Drag and drop so simple it hurts
http://bevacqua.github.io/react-dragula
MIT License
994 stars 77 forks source link

Features in the demo? #13

Open cquillen2003 opened 8 years ago

cquillen2003 commented 8 years ago

Why does the react-dragula demo only show a very basic example? Does react-dragula support the same features demonstrated in the AngularJS and Angular 2 demos?

sgnl commented 8 years ago

The example here should be improved to something useful like dragging into different containers and showing output as proof.

devzsolt commented 8 years ago

I'm actually facing issues when the movable elements are generated using dynamic data and after a move I try to refer to the moved element. Seems like Dragula mess up the DOM and React doesn't like that...