• React 拖拽组件对比

    • react-dnd
      • react 友好
      • 组件间解耦
        • Describing the dragged data as a plain object helps you keep the components decoupled and unaware of each other.
        功能丰富概念较多,使用较复杂
        • drag source
        • drop target
        • backend
        需要IE 10+ react-beautiful-dnd

        更多...