Echo JS 0.11.0

<~>

ben 2794 days ago. link 4 points
Let's not discount piecemeal inclusion of Lodash functionality.

import find from 'lodash/find'.

Tree-shaking has much the same effect.
Sheepsteak 2793 days ago. link 1 point
It seems like it has a lot less functionality than lodash though.
xat 2794 days ago. link 1 point
I used to use underscore/lodash for nearly everything a few years back. Nowadays, I prefer using the build-in array methods (map, filter, reduce, some, etc.) and only use lodash where it really makes sense too me.

We also used Ramda in some projects. Although it really is nice... after leaving the codebase for a few months and then coming back, it was quite challenging to understand what we did back then :)