Back to React Dnd

Simple

packages/docsite/markdown/examples/sortable/simple.md

16.0.0269 B
Original Source

React DnD gives you the tools to be able to create sortable lists. To do this, make the same component both a drag source and a drop target, and reorder the data in the hover handler.

<view-source name="04-sortable/simple" component="sortable-simple"> </view-source>