A functional JavaScript library that carries you towards happier and better code.
Simple functional functions common to any development in Typescript or JavaScript.
A module for the memoization of functions from a functional programming point of view, this module let you manage the cache type and strategy to use.
Collection of functions to operate such geometrical concepts as Sphere, Box, Plane, Frustum, Ray, Axis and Angle, Euler's Angles, Quaternion and other. Why MathConcepts? Three reasons. All functions of the module are purely functional. MathConcepts heavil
A language as a library borrowing concepts from Lisp, Haskell and Scala. JFP contains functions which allow for gentle adoption of functional programming ideas for developers who are new to the functional paradigm. JFP embraces the dynamic nature of Javas
Functional utility to create a pipeline of pure functions
This plugin enforces the wrapping of complex objects or functions (which might generate unnecessary renders or side-effects) in useMemo or useCallback . It also allows you to programmatically enforce the wrapping of functional components in memo , and
A robust collecction of functional utilities that can speed up you development workflow. Some examples of functions are createTimeline, interpolate, easedInterpolate, lerps, easeIn, easeOut, getBounds, getWidtth, getHieght and many more. This iscludes ope
Simple, promise-based dependency injection container with some state handling functions (for facebook flux-like state-management)
Applies a function or functions to a nested iteratorable
Similar to the Unix | operator; returns a function that invokes the given series of functions whose output is subsequently passed to the next function in the series.
Performs left to right composition of one or more functions whom return promises