I was wondering whether to include Lodash need for these 3 functions [ map(), reduce(), filter()] or simply use their version ES6.
I prefer to use the Lodash features, it's a little easier for my use However, I know that there is probably a performance advantage for using ES6 features.
It was also interesting if Lodash supports more backward compatibility with ES6?
Suggestions for testing the performance of my implementations?
Suggestions on whether to continue to use Lodash or use ES6?
source
share