https://github.com/reactual/react-multi-sortable-hoc-demo
Demo project for exploring & working on react-sortable-hoc features
https://github.com/reactual/react-multi-sortable-hoc-demo
drag-and-drop react react-dnd react-sortable-hoc
Last synced: 6 months ago
JSON representation
Demo project for exploring & working on react-sortable-hoc features
- Host: GitHub
- URL: https://github.com/reactual/react-multi-sortable-hoc-demo
- Owner: reactual
- Created: 2017-12-23T23:53:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:49:13.000Z (over 2 years ago)
- Last Synced: 2023-02-28T08:52:18.305Z (about 2 years ago)
- Topics: drag-and-drop, react, react-dnd, react-sortable-hoc
- Language: JavaScript
- Homepage:
- Size: 8.73 MB
- Stars: 40
- Watchers: 2
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

**A demo project for working on react-sortable-hoc features.**
Based on code from [mixa9269/react-sortable-multiple-hoc](https://github.com/mixa9269/react-sortable-multiple-hoc)
Reference - feat: Support for dragging items between Lists [Issue #138](https://github.com/clauderic/react-sortable-hoc/pull/138)
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
### Installation
```bash
# clone and cd into repoyarn install
yarn start# open http://localhost:3000 in browser
# for optimized bundle
yarn build```