proxy-lens
remeda
Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
proxy-lens | remeda | |
---|---|---|
2 | 10 | |
2 | 3,532 | |
- | 2.5% | |
0.0 | 8.4 | |
9 months ago | 3 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
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.
proxy-lens
We haven't tracked posts mentioning proxy-lens yet.
Tracking mentions began in Dec 2020.
remeda
-
Ramda: A practical functional library for JavaScript programmers
Personally I just don't think Ramda fits really well with JavaScript's mutable and often object-oriented nature. It goes against the grain too much for my taste, and it doesn't work very well with Typescript.
In a professional setting I will probably always reach for Lodash due to it's maturity and mindshare. Personally, though, I really prefer Remeda (https://github.com/remeda/remeda) as a pragmatic and flexible API.
-
Implementing the Pipe Operator in TypeScript
Remeda's pipe implementation
-
A Typescript-first alternative to Lodash/Underscore
I saw this trending a few days ago: https://github.com/remeda/remeda
-
Ramda and Typescript Issues
Also heard that Remeda is better for TS.
I've heard the opinion that Ramda has problems with TypeScript. I don't have a solution to your problem, but I recently discovered Remeda. The authors claim that the library works great with TS. If it is a side project, IMO it is worth looking into.
-
How to create a Widget Grid using React
Remeda - a utility library that provides a set of functions that will help us deal with strings, objects and arrays
- A generically typed pipe function in TypeScript
-
Avoiding legacy systems
The good news is: Not all is lost. The messages are still there if you take a look at the commits of the PR. It's just a little harder to backtrack. Here is one example of a commit I made that has tons of information (even with a link!) that got squashed away.
What are some alternatives?
eslint-plugin-functional - ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.
ts-prune - Find unused exports in a typescript project. 🛀
froebel - A strictly typed utility library.
tonal - A functional music theory library for Javascript
async-utils - Async function utils
meta-typing - 📚 Functions and algorithms implemented purely with TypeScript's type system
ramda - :ram: Practical functional Javascript
ramdaP-ts - TypeScript ramda utility functions for dealing with Promises (and a few misc others)
proposal-pipeline-operator - A proposal for adding a useful pipe operator to JavaScript.
use-local-storage - A flexible React Hook for using Local Storage.
just - A library of dependency-free JavaScript utilities that do just one thing.
RxJS - A reactive programming library for JavaScript