Is this project abandoned?
fwielstra opened this issue · 1 comments
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 #533 at the moment.
Last activity by a maintainer in issues seems to be from March 2021: #782, in PRs seems to be from June 2021: #801
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.