JakeSidSmith / react-reorder

Drag & drop, touch enabled, reorderable / sortable list, React component
https://jakesidsmith.github.io/react-reorder/
MIT License
218 stars 58 forks source link

Performance Improvements #106

Closed Bielousov closed 3 years ago

Bielousov commented 3 years ago
  1. Added throttle
  2. Enable GPU acceleration with transform3d
  3. Disabled default parents scrolling as it causing slow performance or even page hanging on more than 10 levels nesting.