linqjs
Minimalist implementation of LINQ-style extension methods for JavaScript (by judilsteve)
FxTS
A functional programming library for TypeScript/JavaScript (by marpple)
linqjs | FxTS | |
---|---|---|
2 | 22 | |
15 | 1,066 | |
- | 8.5% | |
0.0 | 7.5 | |
about 3 years ago | 25 days ago | |
JavaScript | TypeScript | |
MIT License | Apache License 2.0 |
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.
linqjs
Posts with mentions or reviews of linqjs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-23.
-
[AskJS] Is There Some Way to Lazy Evaluate Arrays in JavaScript?
This is what LINQ does in C#. Many have made js implementations; here's my attempt. Imo the real inefficiency of map/filter is that it allocates a new array for each step.
-
I'm a full-stack dev who often wishes they had LINQ available when working in the frontend, so I ported LINQ to JavaScript.
I made a JS port of the LINQ extension methods using the generator function feature of ES6: github, npm. It works pretty much exactly like LINQ in C# does, just with camelCase for the method names.
FxTS
Posts with mentions or reviews of FxTS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-25.
-
A hidden power tool for arrays in TS
This library is FxTS.
- fxts - a functional programming library for typescript/javascript
- [AskJS] Is There Some Way to Lazy Evaluate Arrays in JavaScript?
- GitHub - marpple/FxTS: A functional programming library for TypeScript/JavaScript
- FxTS - A functional and handling lazy evaluation and concurrency
- A functional and handling lazy evaluation and concurrency
- FxTS - A functional and handling lazy evaluation and concurrency for typescript
- FxTS – A functional and using lazy evaluation and concurrency for JavaScript/TS
- FxTS - A functional and handling lazy evaluation and concurrency for Typescript
What are some alternatives?
When comparing linqjs and FxTS you can also consider the following projects:
IxJS - The Interactive Extensions for JavaScript
lodash - A modern JavaScript utility library delivering modularity, performance, & extras.
proposal-iterator-helpers - Methods for working with iterators in ECMAScript
Sugar - A Javascript library for working with native objects.
mpr.kirke.dev
Rambda - Typescript focused FP library similar to Remeda and Rambda