react-reorder
react-reorder copied to clipboard
Drag & drop, touch enabled, reorderable / sortable list, React component
**UPDATE 3** Unfortunately, I was unable to find the root cause. If you see an issue with my code, please let me know. I will try to find the time...
- TypeScript - Function components - Hooks (expose hooks?) - React 16-17 support (#101) - Drop areas, drag areas - Start/stop drag callbacks (#85 / #100 / #103) - Prevent...
Rework (v3)
**Before alpha release (3.0.0-alpha.0)** - [x] Adjust how components are passed in (as children) - [x] Update readme - [x] Support for ImmutableJS (call `toArray` on Immutable Lists) - [x]...
Great component. Is there any reason why this would perform worse at higher dom depths? Debugging some performance issues and removing divs so far has been the only solution (and...
If you've been testing out the V3 alpha, please post your issues here. It'd also be good to know if V3 has fixed any existing issues you've had. **Reported issues**...
Hi, could you please add the following events, so we can for instance set class names for a parent component to "parentelement-children-dragging" and "parentelement-children-normal". That way we can set all...
I felt like this should be included, but I couldn't find a way to do it with the existing code
add onDragStart callback to the element props.
Hi, we've been using this component for quite some time, but I just noticed some odd behavior in production. We render a map of an array of "cards", each one...