An open API service indexing awesome lists of open source software.

https://github.com/petekgithub/drag-and-drop-play1


https://github.com/petekgithub/drag-and-drop-play1

Last synced: 4 months ago
JSON representation

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();
```