https://github.com/petekgithub/drag-and-drop-play1
https://github.com/petekgithub/drag-and-drop-play1
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/petekgithub/drag-and-drop-play1
- Owner: petekgithub
- Created: 2022-08-18T22:00:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T22:06:26.000Z (over 3 years ago)
- Last Synced: 2025-01-01T01:45:19.147Z (about 1 year ago)
- Language: TypeScript
- Size: 454 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Drag-and-Drop with Typescript
For that project I used that library
```
[Here](https://github.com/atlassian/react-beautiful-dnd)
```
But I think react-beautiful-dnd is unmaintained.(since React 18)
So, the above one is much better
```
[Here](https://github.com/react-forked/dnd/blob/main/docs/about/installation.md)
```
Or we can simply change
from this one :
```
root.render(
);
```
to here:
```
root.render();
```