学习使用ReactDnD实现嵌套列表的拖拽排序

学习使用ReactDnD实现嵌套列表的拖拽排序

JavaScript 其它杂项

详细介绍

使用React Dnd实现嵌套列表的拖拽排序

项目使用 Create React App创建

使用到的库

安装

clone 本仓库到本地后,进去根目录.

cd nesting-dnd-demo
npm install

运行

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

效果

image

推荐源码