What is it?
A functional utility library emphasizing generic data structure support and a good developer experience.
Why create it?
I've wanted a utility library that supports data structures generically. For instance, mapValues maps over the values of an array, object, Map or Set. Common FP does this while exposing a functional API intended for a wider audience. I hope that by limiting functional jargon, sticking to intuitive concepts, and providing a modern in-browser code editor with a code example for every utility, more devs will feel comfortable with Common FP.
There are other features unique to this library, but I'll leave it at that.