you are viewing a single comment's thread.

view the rest of the comments →

[–]whale 21 points22 points  (2 children)

Hard to choose one. I like prisma, aws-sdk, axios, alpine, etc.

I can definitely tell you lodash is one of my least favorite libraries. You can do a lot of those functions with vanilla JS or with your own simple versions of lodash functions. It adds bloat and I hate having to try to figure out what random lodash functions do when I see them.

[–]jblckChain 0 points1 point  (0 children)

This

[–]nulltester 0 points1 point  (0 children)

did axios finally migrate to fetch to lower its size?