One way JavaScript bloat creeps into projects is through the unnecessary inclusion of utility libraries. Lodash is one such library that gained traction during a time when JavaScript itself couldn’t conveniently accomplish what Lodash’s utility functions could. These days, bare JavaScript can replace some of what Lodash provides.350-352 ↱
Responsible JavaScript
Jeremy Wagner