← All Libraries
Lodash

Lodash

A modern JavaScript utility library delivering modularity, performance & extras.

Language: JavaScriptCategory: UtilityFirst released: 2012Created by: John-David DaltonLicense: MIT

Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Its modular methods are great for iterating arrays, objects, and strings; manipulating and testing values; and creating composite functions. It is a successor to Underscore.js with improved performance and additional features like lazy evaluation and FP variants.

Links

Key Features

Utility belt for arrays, objects & stringsModular imports (lodash/method)Lazy evaluation for chain sequencesFunctional programming variant (lodash/fp)Deep clone, merge, and equal operationsTemplate engine for string interpolationDebounce and throttle utilitiesSupports tree-shaking in modern bundlers