Comment by InstanceOfMichael on "In JavaScript, what do you prefer, use Lodash or work a little bit doing the same by ES6/ES7 and save a dependency?" | Hashnode
No need to choose, I use the ES6/ES7 versions when they exist and import the lodash functions on a case-by-case basis for the huge number of them that don't exist natively in ES6/ES7.