-
Some are under discussion, like the pipeline operator, which has some similarities to Lodash's chain method.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Alternatively, there is a Babel plugin that can do this for you. There is also a webpack plugin that will further optimize things.
-
You-Dont-Need-Lodash-Underscore
List of JavaScript methods which you can use natively + ESLint Plugin
Now go forth with your newfound Lodash knowledge! Make intentional choices about what needs a third-party dependency. And be sure to check out the do you need Lodash project.
-
If you were a JavaScript developer during a certain era, you're likely familiar with the library Lodash. It's a utility library full of functions that make it easier to manipulate arrays, objects and strings. Lodash included so many critical functions that, for a long time, it was one of the first things developers would download when setting up a new project. However, times have changed.
Related posts
-
Help! I removed unused node modules packages and I optimized the imports but the bundle size does not changed
-
Buh-Bye Webpack and Node.js, Hello Rails and Import Maps
-
How to shuffle an array in JavaScript
-
Getting Started with Lodash: A Beginner's Guide to JavaScript Utility Functions
-
JavaScript Equality Under the Lens: Enhancing React's Dependency Checks