python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do you use state variables to make a nested drag and drop in React / Kanban board not working in React
Context: The main issue I am trying to solve is that stopping the propagation on an onDragStart event handler (via e.stopPropagation()) is disabling the drag-drop functionality all together. However, ...
Maiya
Votes: 0
Answers: 1
How can i make a slider scrollable by dragging?
I want to create a slider like this, with arrows to show the next/previous elements, and with the feature to make horizontal scroll by dragging the finger/mouse to left and right. I am looking for and...
Victor Avalos
Votes: 0
Answers: 1
React based - make a draggable list item without any libraries
I have a to-do list and I want to make it draggable to be able to move list items and resort them if I drop them.
I want to do this without any package and library, just want to do it with javascript ...

hossein fti
Votes: 0
Answers: 0
Resize on React Draggable
Im using React Draggable
I added a resize handle to be able to resize the object, but the event fails to pick u on the resizing, instead it keeps moving the object.
I force the show of the resize hand...

morne
Votes: 0
Answers: 2