Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/screetbloom/react-test-monorepo
react 测试
https://github.com/screetbloom/react-test-monorepo
Last synced: about 2 months ago
JSON representation
react 测试
- Host: GitHub
- URL: https://github.com/screetbloom/react-test-monorepo
- Owner: screetBloom
- Created: 2020-02-29T12:41:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:39:22.000Z (about 2 years ago)
- Last Synced: 2023-05-29T06:22:52.189Z (over 1 year ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`家庭作业专用monorepo项目(后续再改结构`
## React DND实现的一个简单卡片排序
### 启动项目
``` js
# 下载项目
git clone https://github.com/screetBloom/react-test-monorepo.git
cd react-test-monorepo
# 安装依赖
yarn
# 启动
yarn start
```### 参考文档
- https://www.ctolib.com/topics-136407.html
- [直接在掘金搜索react dnd关键词](https://juejin.im/post/5c92e7fc6fb9a070e5529322)
- [google搜索关键词](https://www.google.com/search?sxsrf=ALeKk03enMxWIhyQkoO6aNhCC5pHbobM4w%3A1582978176365&ei=gFRaXs75FcfmwQPbipaQDg&q=React+DnD&oq=React+DnD&gs_l=psy-ab.3..35i39i19j35i39l2j0l2j0i203l4j0.2749041.2749041..2749292...0.0..0.135.350.0j3......0....2j1..gws-wiz.......0i7i30j0i30.v7cECLbHtYg&ved=0ahUKEwjOuY6f3fbnAhVHc3AKHVuFBeIQ4dUDCAs&uact=5)