Skip to content
On this page

rhodash

Motivation

Lodash is huge. It is not suitable for frontend development.

Getting Started

npm install rhodash
# or yarn add rhodash

Comparison

 rhodashLodashjustrambda
️📦️ Size of whole the package-
You should install each packages one by one.
📚 Easy-to-understand JSDoc
(It has both description and example)
⚠️
(It only has description)
🦘 Ease of jumping to the original source👍🤔
(You can, but it is complex)
✏️ RemarksThis libraryMost popular, but huge.You need to install the corresponding packages one by one. It will increase the number of lines in package.json.Designed for functional programming, so it has many extra functions for those who do not need functional programming. In addition, some of the functions have a different API than Lodash's