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.
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.