Sign in
Log inSign up

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() ?