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? #742

Open mrleemon opened 3 years ago

mrleemon commented 3 years ago

Is this project abandoned? There haven't been any commits since January. Is there any alternative component out there that supports sorting in both axis? Most of the ones I've found only allow sorting in just one axis.

Thanks

sanex3339 commented 3 years ago

What good components did you found with one axis support?

Thebarda commented 3 years ago

That's unfortunate because is very great in term of features, performance and bundle size. It supports grid (vertical/horizontal) drag n drop but it's a bit glitchy (See "Grid support" section inside the README). @clauderic Do you plan to work on it or should we fork the project on our own side ?

mrleemon commented 3 years ago

What good components did you found with one axis support?

https://github.com/atlassian/react-beautiful-dnd

sanex3339 commented 3 years ago

What good components did you found with one axis support?

https://github.com/atlassian/react-beautiful-dnd

Last release in may and seems no activity in the repo

mrleemon commented 3 years ago

What good components did you found with one axis support?

https://github.com/atlassian/react-beautiful-dnd

Last release in may and seems no activity in the repo

Oops! I see

joelrojo commented 3 years ago

Looks like @clauderic released a new kit here. Seems very promising: https://github.com/clauderic/dnd-kit

mrleemon commented 3 years ago

Thanks, @joelrojo. That confirms what I was expecting.