Community

Aggregating Cherry-Picked Lodash Methods In An Application Module In JavaScript

(Ben Nadel) In an effort to build smaller and smaller JavaScript bundles with tools like Webpack, Rollup, and Browserify, web developers have started to forego full imports of libraries like Lodash; and, instead, are just cherry-picking (importing) individual methods out of the Lodash library.

Read More - Register for Free Membership