clauderic / react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://clauderic.github.io/react-sortable-hoc/
MIT License
10.77k stars 978 forks source link

Is this project abandoned? #829

Closed fwielstra closed 2 years ago

fwielstra commented 2 years ago

There has not been any activity in the main branch or any issues for over six months now, which is worrying because I really like this library (I use it in combination with Formik) but we're getting warnings related to https://github.com/clauderic/react-sortable-hoc/issues/533 at the moment.

Last activity by a maintainer in issues seems to be from March 2021: https://github.com/clauderic/react-sortable-hoc/issues/782, in PRs seems to be from June 2021: https://github.com/clauderic/react-sortable-hoc/pull/801

fwielstra commented 2 years ago

I should have read the readme; never mind.

New consumers are strongly encouraged to check out @dnd-kit before adopting this library in a new project. It supports all of the features of react-sortable-hoc, but with a more modern and extensible architecture.

This library will continue to receive critical updates and bug fixes for the foreseeable future, but there are no new features planned. In future versions of React, the findDOMNode method will be deprecated. This method is a critical piece of the architecture of react-sortable-hoc, and it's unlikely that the library could continue to exist with its current architecture once this method is deprecated. In light of this, all development efforts have been redirected towards @dnd-kit.