I'm starting to wonder if we should make this library a wrapper around a more well tested sorting library (vanilla JS)
By moving all the sorting logic to an external library, ember-sortable essentially becomes a set of modifiers/components that provides declarative APIs for the imperative sortable libraries.
Which library to use? idk.
I'm open to anything, but from a maintenance perspective, it seems that deferring to something more robust would be good.
I'm not sure how much of the existing public API we'd be able to keep, but at least for the basic cases, I think the API could remain the same?