Hacker News new | ask | show | jobs
by jokull 388 days ago
I recommend https://remedajs.com/ - they're always making the types more accurate too. Like groupby has nonempty lists.
1 comments

The types look great on remeda, but one thing that looks intriguing about SuperUtilsPlus is the focus on being tree-shakeable. Lodash's lack of tree-shake-ability is a drawback to using lodash on the frontend.

edit: the types on remeda look great though! If I were doing a backend-only NodeJS project, I'd be super tempted to test it out.

Just import what you use for lodash?, the theres not need for a treeshake situation?