Skip to content

Commit

Permalink
Add a link to the Future of Drag and Drop APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 12, 2015
1 parent 0c40081 commit 8b0c84d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Drag and drop for React with full DOM control.

Currently works on top of HTML5 drag-and-drop API, but is moving towards a swappable implementation. Support for touch events is on the roadmap but not currently implemented.

>**If your company uses React DnD and would like to speed up its development, consider sponsoring the project. I'm currently doing it in the spare time but I would be happy to work on it part-time. Drop me an email at <a href='mailto:dan.abramov@me.com'>dan.abramov@me.com</a>. Exciting new features take time.**
>If your company uses React DnD and would like to speed up its development, consider sponsoring the project. I'm currently doing it in the spare time but I would be happy to work on it part-time. Drop me an email at <a href='mailto:dan.abramov@me.com'>dan.abramov@me.com</a>. Exciting new features take time.
## Philosophy

Expand All @@ -16,6 +16,9 @@ Currently works on top of HTML5 drag-and-drop API, but is moving towards a swapp
* Hide underlying implementation and its quirks;
* Make 80% easy, 20% possible.

You can also read **[The Future of Drag and Drop APIs](https://medium.com/@dan_abramov/the-future-of-drag-and-drop-apis-249dfea7a15f)** to get an idea of where we're heading.


## Live Demo

#### [See it in action!](http://gaearon.github.io/react-dnd/) ([Source](https://github.com/gaearon/react-dnd/tree/master/examples))
Expand Down

0 comments on commit 8b0c84d

Please sign in to comment.