curray
Curray is an extension library for the Array object. (by rogerfar)
lodash
A modern JavaScript utility library delivering modularity, performance, & extras. (by lodash)
curray | lodash | |
---|---|---|
2 | 212 | |
1 | 60,370 | |
- | 0.3% | |
3.4 | 2.5 | |
about 1 year ago | 5 months ago | |
TypeScript | JavaScript | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
curray
Posts with mentions or reviews of curray.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-20.
-
A Typescript-first alternative to Lodash/Underscore
I wrote a library years ago https://github.com/rogerfar/curray to mimic Linq behaviour. Works in native arrays, even orderby and thenBy.
-
I'm a full-stack dev who often wishes they had LINQ available when working in the frontend, so I ported LINQ to JavaScript.
Lol did the same thing a few years ago https://github.com/rogerfar/curray
lodash
Posts with mentions or reviews of lodash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-25.
-
Debouncing in React: With and Without Libraries
Lodash is a popular JavaScript utility library that provides a convenient debounce function. It's a straightforward approach if you're already using Lodash in your project.
- Material Theme has been pulled from VS Code's marketplace
-
Top 10 Expert-Crafted JavaScript Coding Interview Questions
The _.merge function from Lodash is a powerful utility for deep merging. It recursively merges nested properties from source objects into a target object.
-
Customize TypeScript syntax highlighting in VSCode
To help us understand this system, VSCode offers a command "Developer: Inspect Editor Tokens and Scopes" that displays a tooltip with information about the currently selected code. Here's an example with the compact function from Lodash:
-
17 Tips from a Senior React Developer
Previously, you needed libraries like lodash for tasks like cloning, iteration, etc.
-
2024 Nuxt3 Annual Ecosystem Summary๐
Document address: Lodash official document
-
JavaScript evolution: From Lodash and Underscore to vanilla
Apart from that, Lodash also provides some additional string utilities like [_.kebabCase](https://lodash.com/docs/4.17.15#kebabCase) and [_.camelCase](https://lodash.com/docs/4.17.15#camelCase), that convert any string supplied to the particular case styles. There is also a [_.capitalize](https://lodash.com/docs/4.17.15#capitalize) method that capitalizes the first letter of any string.
-
The Ultimate React Toolkit: Everthing you need ๐บ๏ธ๐ฆ๐
Lodash
- Cool NPM Packages for web Dev </>
-
100+ Must-Have Web Development Resources
Lodash: A JavaScript utility library with a consistent interface and modular design.
What are some alternatives?
When comparing curray and lodash you can also consider the following projects:
linq.ts - ๐LINQ for TypeScript
ramda - :ram: Practical functional Javascript
sharp-collections - TypeScript LINQ library implementing all .NET LINQ methods and some more.
underscore - JavaScript's utility _ belt
linqjs - Minimalist implementation of LINQ-style extension methods for JavaScript
Sugar - A Javascript library for working with native objects.