jQueryUI development has long been quite stale: https://blog.jqueryui.com/
It is officially in "maintenance mode", only providing security fixes.
It is also obsolete, because modern Javascript can provide the stuff to provide drag n drop out of the box.
For jQuery itself: The tracker contains no epic for it, but several issues where jQuery implementations are converted to ECMA6+ .So in the long run, it would be probably better to not use jQuery itself, too.
This would basically amount to rewriting the DND code to not use those anymore.
jQueryUI development has long been quite stale: https://blog.jqueryui.com/
It is officially in "maintenance mode", only providing security fixes.
It is also obsolete, because modern Javascript can provide the stuff to provide drag n drop out of the box.
For jQuery itself: The tracker contains no epic for it, but several issues where jQuery implementations are converted to ECMA6+ .So in the long run, it would be probably better to not use jQuery itself, too.
This would basically amount to rewriting the DND code to not use those anymore.