1.0.1 • Published 6 years ago

mfrcc v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

mfrcc

a little functional library

  • map
  • filter
  • reduce
  • compose
  • curryN

five functions that can transform how you think about code.

In JavaScript, there are three built in functions for arrays:

map, filter, and reduce these functions can provide great value, but when you learn compose and add a little curry to these functions they can create a new vocabulary on how you think about writing code.

When working with data, we are constantly working with collections and objects, these functions are building blocks for managing data.

Documentation

FAQ

  • Why another utility library?
  • Why not add function xyz to your lib?

Extras

Other libraries