Is it better to use lodash or pure JavaScript functions?
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()
?