Ramda Js for LINQ Developers
April 2, 2018 , in Javascript | Reading time : 1 min.
Ramda is a powerfuljavascript
library which I would love to use in every project I work on. It is so powerful yet simple and well formed, once you get the hold of it’s functions and when and where to use them, you would feel the power and simplicity and can potentially save hours of coding time.
When I first started reading the officialdocumentatation, I have to take some time understanding the functions and it’s use mapping to my existing knowledge coming from dot netLINQ
andF#
background.
So, in this post I try to relateLINQ
functions toRamda Js
to make it easier for developers coming fromLINQ
backgrounds to get a head start on usingRamda
.