Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dnd-core

The backend-agnostic drag-and-drop state machine behind React DnD.

Part of React DnD — a maintained fork of react-dnd/react-dnd.

Install

npm install @nosferatu500/dnd-core

Supported React versions

^19.0.0

React 16, 17 and 18 are not supported. Use the upstream 16.0.1 release for React 16/17.

Module format

ESM only. There is no CommonJS build. require() still works on Node

= 22.12, where require(esm) is stable, and every modern bundler handles it natively.

Documentation

https://github.com/nosferatu500/react-dnd#readme

License

MIT. See LICENSE; the original React DnD copyright is retained.