Comment on iOS 8 length bug breaks jQuery and Underscore object iterationComments−jessegavin11yPeople still use Underscore?−Dylan1680711yI am aware of underscore as a nice blob of simple utility functions. I'm not aware of what you would replace it with?−14711ylodash is basically an underscore replacement. https://lodash.com/−untog11yFor a second there I thought we might get a thread that mentions Underscore without Lodash being plugged.Oh well, maybe next time.−nailer11yWhile the map() should be written in pure JS standard lib, the _.groupBy() is reasonable.
Comments
People still use Underscore?
I am aware of underscore as a nice blob of simple utility functions. I'm not aware of what you would replace it with?
lodash is basically an underscore replacement. https://lodash.com/
For a second there I thought we might get a thread that mentions Underscore without Lodash being plugged.
Oh well, maybe next time.
While the map() should be written in pure JS standard lib, the _.groupBy() is reasonable.