🦞🌯 Lobster Roll

Stories by waphil

Show HN: Common FP – A New JavaScript Utility Lib (common-fp.org)
Who is this for? - Devs looking for utilities that treat data types generically. For example, common-fp has a `mapValues` function that takes an array, object, Map, or Set and returns a new instance of the data type passed in. - Devs interested in functional utilities without the jargon. In my expe...
Show HN: Common FP – A New JavaScript Utility Lib (common-fp.org)
## Who is this for?<p>1) Devs looking for utilities that treat data types generically. For example, `mapValues` takes an array, object, Map or Set and returns a new instance.<p>2) Devs interested in functional utilities without the jargon. Utilities are named in plain English, there&#x27;s no curry...