Echo JS 0.11.0

<~>

self_refactor comments

self_refactor 1935 days ago. link 1 point
I am aware that currying is the main reason, but I believe Ramda can be just as awesome and without these small methods. Just my 2c
self_refactor 2578 days ago. link 1 point
You are right that the library is useless if you need to use Rambda's method, that it is not included. But the library is created for size optimization, not speed. Even tree-shaking Ramda can't help you in all cases, as the size of Ramda is not small.
self_refactor 2578 days ago. link 1 point
My problem is that even a custom build is not small in size. If you need to optimize frontend performance, this size issue is real.