An open API service indexing awesome lists of open source software.

https://github.com/lockstep/redux-dnd

Testing React DND with React Router and Redux
https://github.com/lockstep/redux-dnd

Last synced: 18 days ago
JSON representation

Testing React DND with React Router and Redux

Awesome Lists containing this project

README

          

# React Redux Drag and Drop

Testing React DND with React Router and Redux in an attempt to reproduce https://github.com/gaearon/react-dnd-html5-backend/issues/43.

## Setup

Clone the repo then:
```
npm install
webpack
open index.html
```