Open richytong opened 4 years ago
I believe rubico should make this list because rubico simplifies asynchronous programming in a functional way. For example, it would turn this
Promise.all(array.map(doSomethingAsync))
into this
map(doSomethingAsync)(array)
I believe rubico should make this list because rubico simplifies asynchronous programming in a functional way. For example, it would turn this
into this