Cosimo Chellini

sort-es v1! - A dead simple js library to sort any type of array

by
A dead simple library to help you to sort any array in JS and TS in a simple and efficient way.
Completely written in typescript, 0 dependencies, 0.8 kb, tree-shakeable bundle, opensource.

Add a comment

Replies

Best
Cosimo Chellini
I created this library just because I hate how in javascript is managed the sorting of arrays, chaotic and confusing, every time I had to search on stackoverflow how to do it, making copy and paste of things that were certainly not suitable. With this library I have tried to group together the main use cases that a js dev could run into in a normal app development. Extremely open to feedback :)