Top "React-dnd" questions

React DnD is a set of React higher-order components to help you build complex drag and drop interfaces while keeping your components decoupled.

React DnD: Avoid using findDOMNode

I don't fully understand it but apparently it isn't recommended to use findDOMNode(). I'm trying to create drag and drop …

javascript reactjs react-dom react-dnd strict-mode
React DnD - "Cannot have two HTML5 backends at the same time."

I am trying to make a POC with Rails5, action Cable, React and Rails and React DnD. The purpose is …

reactjs drag-and-drop ecmascript-6 react-jsx react-dnd
Get element position in the DOM on React DnD drop?

I'm using React DnD and Redux (using Kea) to build a formbuilder. I've the drag & drop portion working just …

javascript reactjs react-dnd
Reordering table columns with react via drag and drop

I have an html table that should be able to reorder rows as well as columns. Reordering rows is pretty …

javascript reactjs drag-and-drop react-dnd