Updated the link to ramda (#827)

This commit is contained in:
Abhay V Ashokan
2022-08-04 20:59:38 +05:30
committed by GitHub
parent 62e128ea37
commit 2321ed17a0

View File

@@ -423,7 +423,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras. * [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras.
* [Sugar](https://github.com/andrewplummer/Sugar) - A JavaScript library for working with native objects. * [Sugar](https://github.com/andrewplummer/Sugar) - A JavaScript library for working with native objects.
* [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier.
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for JavaScript programmers. * [ramda](https://github.com/ramda/ramda) - A practical functional library for JavaScript programmers.
* [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities.
* [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript.
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.