Skip to content

Performance is bad when trying to save order from higher level component #99

@kernel-sanders

Description

@kernel-sanders

The only prop that allows access to the list's order is onChangeOrder and calling setState with that really hurts the performance of the SortableList. If there was a method to get the current order of the list, then that could be used with a ref to the SortableList component and called in onRelaseRow to improve performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions