awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react-dnd avatar

react-dnd/react-dnd

0
View on GitHub↗
21,641 stars·1,999 forks·TypeScript·MIT·9 vuesreact-dnd.github.io/react-dnd↗

React Dnd

React DnD is a library for building complex drag-and-drop interfaces within React applications. It provides a declarative, component-based architecture that abstracts native browser drag-and-drop APIs, allowing developers to manage state and interactions between draggable sources and drop targets.

The library utilizes a dependency injection backend to decouple interaction logic from specific input methods, supporting mouse, touch, and native browser events through a unified normalization layer. It employs a registry pattern to track active drop zones and a monitor pattern to observe the lifecycle of drag operations, ensuring that state changes and element coordinates are propagated across the component tree via context.

These capabilities enable the creation of custom interfaces for dynamic content reordering and item organization. The framework manages the underlying state transitions and visual feedback requirements necessary for responsive user interactions.

Features

  • Drag and Drop Libraries - Provides a comprehensive set of React hooks for building complex drag-and-drop interfaces.
  • Declarative Drag-and-Drop Libraries - Abstracts native browser drag-and-drop APIs into a declarative, component-based architecture.
  • List Reordering Components - Enables real-time rearrangement of list and grid items through direct user manipulation.
  • Drag and Drop Interactions - Captures interaction events between sources and targets to update element positions dynamically.
  • Drag State Monitors - Tracks drag progress and element coordinates to provide real-time visual feedback.
  • Interaction Toolkits - Provides a toolkit for creating custom drag-and-drop behaviors with real-time coordinate tracking.
  • Event Normalizers - Normalizes native browser drag-and-drop events into a consistent internal format across different platforms.
  • Dependency Injection - Decouples interaction logic from input methods using dependency injection for swappable event drivers.
  • Context State Propagators - Propagates drag-and-drop state across the component tree using context providers.
  • Interaction Handlers - Manages complex state transitions and visual feedback for components responding to mouse or touch gestures.

Historique des stars

Graphique de l'historique des stars pour react-dnd/react-dndGraphique de l'historique des stars pour react-dnd/react-dnd

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait react-dnd/react-dnd ?

React DnD is a library for building complex drag-and-drop interfaces within React applications. It provides a declarative, component-based architecture that abstracts native browser drag-and-drop APIs, allowing developers to manage state and interactions between draggable sources and drop targets.

Quelles sont les fonctionnalités principales de react-dnd/react-dnd ?

Les fonctionnalités principales de react-dnd/react-dnd sont : Drag and Drop Libraries, Declarative Drag-and-Drop Libraries, List Reordering Components, Drag and Drop Interactions, Drag State Monitors, Interaction Toolkits, Event Normalizers, Dependency Injection.

Quelles sont les alternatives open-source à react-dnd/react-dnd ?

Les alternatives open-source à react-dnd/react-dnd incluent : gaearon/react-dnd — React-dnd is a drag and drop framework and library for React applications. It provides a system of higher-order… bevacqua/dragula — Dragula is a JavaScript drag and drop library and DOM element manipulator used to move and reorder HTML elements… clauderic/dnd-kit — This project is a modular toolkit for building accessible, component-based drag-and-drop interfaces in React. It… sortablejs/vue.draggable — Vue.Draggable is a component-based library for Vue.js that enables drag-and-drop functionality within web interfaces.… sortablejs/sortable — Sortable is a framework-agnostic JavaScript library for creating reorderable lists through drag and drop interactions.… rubaxa/sortable — Sortable is a JavaScript drag and drop library used to create reorderable lists of HTML elements. It is a…

Alternatives open source à React Dnd

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec React Dnd.
  • gaearon/react-dndAvatar de gaearon

    gaearon/react-dnd

    21,642Voir sur GitHub↗

    React-dnd is a drag and drop framework and library for React applications. It provides a system of higher-order components and hooks to implement draggable interface elements and drop targets using a declarative API. The framework separates the logic of moving items from the visual presentation of the user interface. This allows for the development of interactive interfaces, such as visual list reordering and custom dashboard layouts where widgets or panels can be reorganized.

    TypeScript
    Voir sur GitHub↗21,642
  • bevacqua/dragulaAvatar de bevacqua

    bevacqua/dragula

    22,160Voir sur GitHub↗

    Dragula is a JavaScript drag and drop library and DOM element manipulator used to move and reorder HTML elements between multiple containers. It functions as a UI interaction framework and event manager that tracks drag lifecycles to facilitate the movement of elements within a web browser interface. The library distinguishes itself through configurable constraint validation, allowing developers to define which elements are draggable and which containers are permitted drop targets. It supports specialized interaction patterns such as element cloning, the use of specific drag handles to restri

    JavaScriptcomponentdrag-and-dropdrag-drop
    Voir sur GitHub↗22,160
  • clauderic/dnd-kitAvatar de clauderic

    clauderic/dnd-kit

    17,243Voir sur GitHub↗

    This project is a modular toolkit for building accessible, component-based drag-and-drop interfaces in React. It provides a foundational framework for managing complex spatial interactions, state synchronization, and element registration, allowing developers to create interactive web applications that support mouse, touch, and keyboard inputs. The library distinguishes itself through a highly extensible architecture that separates input handling from interaction logic. It utilizes a sensor-based input abstraction to normalize diverse user interactions and a plugin-driven lifecycle to inject c

    TypeScriptdragdrag-and-dropdraggable
    Voir sur GitHub↗17,243
  • sortablejs/vue.draggableAvatar de SortableJS

    SortableJS/Vue.Draggable

    20,626Voir sur GitHub↗

    Vue.Draggable is a component-based library for Vue.js that enables drag-and-drop functionality within web interfaces. It functions as a wrapper for the SortableJS engine, bridging the gap between imperative DOM manipulation and the declarative nature of the Vue.js reactive system. By synchronizing user interface interactions with the underlying data model, it ensures that list reordering and element movement are automatically reflected in the application state. The library supports complex interaction patterns, including the ability to move items between lists, clone elements using keyboard m

    JavaScriptcomponentdrag-and-dropvue
    Voir sur GitHub↗20,626
  • Voir les 30 alternatives à React Dnd→