Enhance List Sorting with React Sortable


Summary of my bookmarked Github repositories from Jun 14th, 2016

Github repositories

  • clauderic/react-sortable-hoc

    React Sortable HOC is a library that turns any list into an animated, accessible, and touch-friendly sortable list. However, the library is no longer actively maintained, and future versions of React will deprecate the method it relies on. It is recommended to use @dnd-kit instead, as it provides similar features, modern architecture, and built-in accessibility. React Sortable HOC offers higher-order components for integration, smooth animations, support for various types of lists, touch support, and keyboard sorting. Installation and usage instructions are provided on the website. Contributions to the library are welcome.