znwang25 / react-dnd-multiple-selection

Implement multiple selection using react-dnd and hooks.

Home Page:https://www.zenan-wang.com/react-dnd-multiple-selection/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-dnd-multiple-selection

This repo implements multiple selection drag and drop using the react-dnd library and react hooks.

You can try the live demo here.

Play with the CodeSandBox here.

This is inspired and based on @melvynhills's solution posted in this issue. But his implementation was using the legacy APIs, so I rewrote the component using new APIs as of 2020.

About

Implement multiple selection using react-dnd and hooks.

https://www.zenan-wang.com/react-dnd-multiple-selection/


Languages

Language:JavaScript 78.9%Language:CSS 11.0%Language:HTML 10.1%