🐏 The interactive way to learn ramda
  • JavaScript 85.6%
  • HTML 14.4%
Find a file
2024-07-07 12:50:23 +02:00
.github/workflows ci: Try personal token instead of ssh 2019-10-01 23:38:19 +02:00
docs feat(page): Add meta tags with title and desc 2019-10-10 10:23:54 +02:00
public Update index.html 2024-07-07 12:50:23 +02:00
ramda-docs docs: Add ramda docs readme 2019-05-11 00:38:25 +02:00
src fix(solution): Migrate emotion imports 2019-10-02 16:43:32 +02:00
.eslintignore fix: Linting 2019-05-15 14:07:24 +02:00
.eslintrc.js ci: Add linting 2019-05-15 14:01:38 +02:00
.gitignore feat: Fetch all ramda documentation 2019-03-28 09:54:47 +01:00
.huskyrc test: Add testcafe without anytest 2019-05-15 14:40:52 +02:00
.lintstagedrc fix: Try lintstaged 2019-05-15 14:08:57 +02:00
config-overrides.js fix: Linting 2019-10-02 15:35:03 +02:00
LICENSE docs: Add name and date to LICENSE 2019-05-10 13:17:41 +02:00
package.json chore: Update linting rules 2019-10-02 16:24:34 +02:00
README.md Update README.md 2024-07-07 12:49:37 +02:00
yarn.lock build(deps): bump http-proxy from 1.18.0 to 1.18.1 2020-09-07 18:45:34 +00:00

🐏 The interactive way to learn ramda

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