davesnx / learn-ramda

🐏 Learn ramda, the interactive way

Home Page:https://davesnx.github.io/learn-ramda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐏 Learn ramda, the interactive way

Those recent years Functional Programming paradigms became more present in the JavaScript ecosystem. From the first functional approach I saw from underscore library, many years passed, and we are now at a place where many of us see the benefits in writing code this way and immutability in mind.

Still, all the functional jargon can be a barrier for beginners. Not only individuals that want to get their heads into functional programming, but also teams that have use-cases of complex data manipulation and don't see the benefit from using an functional programming library.

When I was digging into ramda, I found the Ramda documentation has a list of all the methods and some crazy examples in addition to a more helpful a wiki resource: What-Function-Should-I-Use that I still use from time to time.

So, I decided to help and create a little UI to interactively find the method that works for you. Hope you enjoy it!

learn-ramda website screenshot

If you still are lost with the functional programming glossary I would recommend taking a look at hemanth/functional-programming-jargon

Thanks

I need some help

I want to improve the example code snippets. Right now, I got all of them from ramda jsdoc's source code, the same ones in ramdajs.com/docs.

Many times I don't find them useful, so I would love your help on improve it. Could suggest some new code examples for some methods and hopefully someday we could improve the official docs!

Want to run it locally?

This project was bootstrapped with Create React App. You can learn more in their documentation.

Install dependencies

Dependencies must be installed before running the project. They can be installed by running npm install or yarn install.

Development server

Start the development server by running npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build status semantic-release js-standard-style

About

🐏 Learn ramda, the interactive way

https://davesnx.github.io/learn-ramda

License:Apache License 2.0


Languages

Language:JavaScript 85.7%Language:HTML 14.3%