> For the complete documentation index, see [llms.txt](https://wiki.christianpoplawski.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.christianpoplawski.de/javascript/reactjs/libraries/react_dnd.md).

# React\_DnD

This is a writeup of the general concepts and most important interfaces of the [React D'nD library](https://github.com/react-dnd/react-dnd), which implements Drag & Drop in React.

**Disclaimer: This is a writeup for myself, just in case I forget everyting again in 2 Months. It is neither a tutorial for the library, nor a replacement for reading the** [**documentation**](https://react-dnd.github.io/react-dnd/)**.**

## Backends

*TBD*

## Items & Types

*TBD*

## Monitors

*TBD*

## Connectors

*TBD*

## Drag Sources & Drop Targets

*TBD*
