Skip to content

Given the number of issues there are with sorting / re-ordering / managing multiple lists, how do the users of ember-sortable feel about the internals of ember-sortable being built on a more well-established sorting library (vanilla js) #654

@NullVoxPopuli

Description

@NullVoxPopuli

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions