Advertise here

jQuery Plugins Tagged ‘functional’

Ramda – Practical Functional JavaScript Library

November 29, 2020     517    
Ramda – Practical Functional JavaScript Library

Ramda is a JavaScript library that helps you write functional, concise and reusable code. Ramda focuses on immutability and side-effect free functions.

Read More »

Lazy.js – Functional JavaScript Utility Library Similar to Underscore and Lodash

August 24, 2018     773    
Lazy.js – Functional JavaScript Utility Library Similar to Underscore and Lodash

Lazy.js is a functional utility library for JavaScript, similar to Underscore and Lodash, but with a lazy engine under the hood that strives to do as little work as possible while being as flexible as possible.

Read More »

Ramda – Practical functional Javascript

August 17, 2018     430    
Ramda – Practical functional Javascript

Ramda is a practical functional library for JavaScript programmers.

Features

  • Ramda emphasizes a purer functional style. Immutability and side-effect free functions are at the heart of its design philosophy. This can help you get the job done with simple, elegant code.

Read More »