Sunday, October 11, 2020

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.

Lodash’s modular methods are great for:

Iterating arrays, objects, & strings

Manipulating & testing values

Creating composite functions

Module Formats

Lodash is available in a variety of builds & module formats.

lodash & per method packages

lodash-es, babel-plugin-lodash, & lodash-webpack-plugin

lodash/fp

lodash-amd


Lodash is a JavaScript library which provides utility functions for common programming tasks. It uses functional programming paradigm. Lodash was inspired by Underscore.js.


Lodash helps programmers write more concise and easier to maintain JavaScript code. Lodash contains tools to simplify programming with strings, numbers, arrays, functions and objects.

References:

https://lodash.com/


No comments:

Post a Comment