universal-functional-utils

1.0.15 • Public • Published

Road Map

This repo is still in progress

This is a JavaScript utils library uses functional approach.

It integrates the existed awesome utils such as Ramda, Lodash, fp-ts, and Ramda-Adjunct with some others amazing but not used in the libraries I just mentioned.

The way it integrates is not just kinda a wrapper; it's based on several software design principles to pick necessary utils and also having a better design for some utils which interface are making people confused with.

Also, it has a better documentation, which even gives you the faster way to decide which operator(or called "util") to use in your development context; the idea is kinda like this, but not just that.

Basically, the goal of this library is giving you a toolkit which let you have faster, more stable development workflow without any frustration which we all have been to when using the current existed utils libraries(e.g. when looking at the corresponding doc of certain utils library, we have no idea which operator can help us to finish the job, so we need to find it out by using any kind of method, such as looking around each operator in the doc or just search some related keywords on Google, ..., and hoping that we can find the thing we want.)

Package Sidebar

Install

npm i universal-functional-utils

Weekly Downloads

1

Version

1.0.15

License

ISC

Unpacked Size

7.23 kB

Total Files

9

Last publish

Collaborators

  • __tim_lee__