List-Based Drag-and-Drop
Summary of my bookmarked Github repositories from Jun 3rd, 2022
Github repositories
- atlassian/react-beautiful-dnd
The React Beautiful DND library, also known as react-beautiful-dnd, is a powerful and performant drag-and-drop solution specifically designed for creating beautiful lists. It offers natural movement of items, extensive accessibility support for keyboard and screen readers, and compatibility with various input types such as mouse, touch, and keyboard. The library supports features like vertical and horizontal lists, movement between lists, virtual lists with high item counts, conditional dragging and dropping, and more. While it focuses on list functionality and may not offer the same breadth as react-dnd, it provides a superior drag-and-drop experience. The library is actively maintained by a team of contributors and is highly recommended for list-based drag-and-drop interactions.