In this repository, you can find 3 different applications to implement a drag and drop feature in a react application in 3 different ways:
- client-DnD-images: react + react-dnd library
- client-beautiful-dnd: react + react-beautiful-dnd library
- client-CSS: react + CSS
- react-dnd
- react-beautiful-dnd
- CSS
-
Fork this repo and CLone a copy on your local machine
-
Start an app:
- run npm i from the app folder that you want to start
- run npm start from the same folder
Pull requests are welcome. Feel free to create a new folder and implement your favorite drag and drop structure.