curray
Curray is an extension library for the Array object. (by rogerfar)
linq.ts
🌀LINQ for TypeScript (by kutyel)
curray | linq.ts | |
---|---|---|
2 | 1 | |
1 | 857 | |
- | 0.1% | |
3.4 | 5.2 | |
about 1 year ago | 9 months ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
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
linq.ts
Posts with mentions or reviews of linq.ts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-27.
-
Is Lodash still a thing? Or are there already newer/better libraries?
I prefer linqts (https://github.com/kutyel/linq.ts) . It lets you use linq in typescript, hard to beat that.
What are some alternatives?
When comparing curray and linq.ts you can also consider the following projects:
sharp-collections - TypeScript LINQ library implementing all .NET LINQ methods and some more.
linqbox - Language Integrated Query for JavaScript
linqjs - Minimalist implementation of LINQ-style extension methods for JavaScript
remeda - A utility library for JavaScript and TypeScript.
ramda - :ram: Practical functional Javascript