My FeedDiscussionsHashnode Enterprise
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Is it better to use lodash or pure JavaScript functions?

Nicos Tsourektsidis's photo
Nicos Tsourektsidis
·Apr 21, 2016

I have a project which uses Babel to transcode ES6. What is the benefit of using lodash functions compared to writing pure JavaScript ones. For example, is it better to use map() instead of _.map() ?