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

This library should be deprecated #43

Open illright opened 1 year ago

illright commented 1 year ago

To react-dragula users

This library was built around the time of React v0.13. These days have long passed (so much so that React 13 isn't even listed in versions of React anymore).

React 15 has removed the data-reactid attribute that this library was working around. Therefore, for React 15+ this library is just an empty husk.

Worse yet, this library ships with dragula@3.7.2, meanwhile dragula@3.7.3 was released with an important bug fix. This library has not received development since 2016.

If you're using React, use regular dragula.

To maintainers

Please, mark this library as deprecated for the reasons outlined above