New to React DnD? Read the overview before jumping into the docs.

Test

The test backend lets you test the drag and drop interaction of your components without the DOM.

Installation

The test backend comes in a separate package:

npm install -D react-dnd-test-backend

Usage

See the second example in the testing tutorial.