Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hizen1197yI do not know if i'had correctly understand your post but u don't need underscore or lodash for that
-
I use lodash a lot but it's useful only for some particular complex things (like zip/unzip or has function with a lot of nested properties).
-
@slinkydeveloper nothing wrong with that. He just needed one property from a shallow object.
-
@spearmootz yea of course, i agree with fact that in most cases they are useless
-
th3113397yIt's actually a little bit insane. Anytime I'm using JS and search for something, even really simple like making a post request in nodeJS. People suggest 3 different libraries that can do it, instead of the 3 line vanilla solution...
Related Rants
Today there was a question on the react native forum asking how to map an array..... ([].map(mapFunction))
1) it's the wrong place for the question
2) like 80% mentioned ramda, lodash, underscore :(
rant
js
arrays
noobs
mapping
javascript