Merge pull request #752 from selfrefactor/master

Add Rambda to functional programming section
This commit is contained in:
Gökay Gürcan
2020-11-29 23:39:44 +01:00
committed by GitHub

View File

@@ -397,6 +397,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities.
* [mesh](https://github.com/crcn/mesh.js) - Streamable data synchronization utility. * [mesh](https://github.com/crcn/mesh.js) - Streamable data synchronization utility.
* [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*.
## Reactive Programming ## Reactive Programming