1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-31 01:29:47 +02:00

Merge pull request #9 from TheodoreChu/patch-1

Fix broken link to React DnD in section 8 of README
This commit is contained in:
Morris Brodersen
2020-11-02 19:27:33 +01:00
committed by GitHub

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)