1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-01-17 20:58:22 +01:00

Update README.md

Fix broken link to React DnD
This commit is contained in:
Theodore Chu 2020-11-01 22:30:14 -08:00 committed by GitHub
parent 325b65566f
commit eaf377802d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -787,7 +787,7 @@ Useful articles regarding FLIP animations:
Projects I've inspected for drag & drop architecture:
- [React DnD](https://react-dnd.github.io)
- [React DnD](https://github.com/react-dnd/react-dnd/)
- [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd)
- [dragula](https://github.com/bevacqua/dragula)