Echo JS 0.11.0

<~>

tracker1 52 days ago. link 2 points
Not sure I appreciate the title... I had a bit of a visceral reaction to the title because I had expected an advocation for a brute force method over the (Map|Object).groupBy static methods that are mentioned.

As opposed to something like: "For Array to Object Mapping, Use groupBy Not reduce"
MaxArt 52 days ago. link 2 points
Yeah, it's like an advice like "don't use x() to do the thing, now you can use doTheThing() that does the thing" XD
stevage 44 days ago. link 1 point
This looks useful!

Small quibble that they use ??= In their polyfill but a more verbose workaround in their Object.reduce version.