Topics


Pages


Content

Functional Programming packages

  • mori
    • Like Underscore but provides immutable data structures and works more generally on JS objects
  • immutable
  • underscore
    • It provides over 100 functional programming functions without extending any built-in objects
  • lodash
    • Makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.

      Lodash’s modular methods are great for iterating over arrays, objects, and strings, manipulating and testing values, and creating composite functions
  • ramda
  • ts-belt
    • Fast, modern, and practical utility library for FP in TypeScript.