Skip to content

Remove/Replace lodash.sortBy as dependency #2

@rwieruch

Description

@rwieruch

The library uses lodash.sortby as only real dependency. Perhaps it is possible to remove it. It is only used for the Sort functionality of the list in /src/ducks/sort/index.js.

When introducing an own sortBy functionality, it makes only sense when it is robust and fulfils all the requirements of sorting. Otherwise there might be another lightweight sortBy replacement in form of a node package that is smaller than lodash.sortBy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions