DEV Community

[Comment from a deleted post]
Collapse
 
perpetualwar profile image
Srđan Međo • Edited

I use lodash when I'm in need of some specific functions, js language doesn't provide itself.

My opinion is if you need some of it, just use it, there won't be any visible performance hit.

Just remember to import only specific functions you need, not whole lib which can be pretty big.