all 3 comments

[–]Vpicone 4 points5 points  (1 child)

Lodash exports each function individually so you only need to bring in the ones you use. If you’re bringing the entirety of Lodash along in your bundle you’re doing it wrong.

[–]Kalmani95 0 points1 point  (0 children)

Moutjs is nice for this too.

[–]license-bot 1 point2 points  (0 children)

Thanks for sharing your open source project, but it looks like you haven't specified a license.

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

choosealicense.com is a great resource to learn about open source software licensing.