Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 2.36 KB

drag_and_drop.md

File metadata and controls

16 lines (11 loc) · 2.36 KB

Drag and Drop

Drag and Drop in React

We are currently using the react-dnd package in liferay-portal, and we provide a shared copy as part of the frontend-js-react-web package.

We chose it because it powerful, flexible, and sufficiently low-level that it can be adapted to address all the use cases we've encountered so far. If you find a scenario in which it is lacking, please open an issue in the liferay-frontend-projects repo so that we can evaluate how to best meet that use case.

See also