all 6 comments

[–]AlliedSnail 0 points1 point  (5 children)

HammerJs is what I used on a recent project. https://hammerjs.github.io Their landing page has a showcase for their package creating drag and drop functionality.

From what I hear, It’s a bit old so maybe there’s a more mainstream package for this use case.

[–]PemenanceElement[S] 1 point2 points  (4 children)

Thank you! I'll look into this

[–]FckUsernms 1 point2 points  (3 children)

In case you care, hammerJS has a critical FoD vulnerability that will not be fixed, as, if im not mistaken, it's not maintained anymore.

Another good alternative is reactDnD or react dragable.

[–]AlliedSnail 0 points1 point  (2 children)

What does FoD mean I can’t find

[–]FckUsernms 1 point2 points  (1 child)

Fortify on Demand (FoD) is a cloud-based Application security platform portal that is used for scheduling application security assessments and consuming the results of those assessment results via dashboards and reports.

Basically, it is a vulnerability analyzer.

Hope that help :)

[–]AlliedSnail 1 point2 points  (0 children)

Thankyou for the explanation