Y
Hacker News
new
|
ask
|
show
|
jobs
by
jessegavin
4092 days ago
People still use Underscore?
2 comments
Dylan16807
4092 days ago
I am aware of underscore as a nice blob of simple utility functions. I'm not aware of what you would replace it with?
link
147
4092 days ago
lodash is basically an underscore replacement.
https://lodash.com/
link
untog
4092 days ago
For a second there I thought we might get a thread that mentions Underscore without Lodash being plugged.
Oh well, maybe next time.
link
nailer
4092 days ago
While the map() should be written in pure JS standard lib, the _.groupBy() is reasonable.
link