Comment by nextaccountic
Comment by nextaccountic 3 days ago
The selling point is promise pipelining, being able to do many chained operations with a single api call
This includes the freaky way they found to make this work with map
Comment by nextaccountic 3 days ago
The selling point is promise pipelining, being able to do many chained operations with a single api call
This includes the freaky way they found to make this work with map
OP here, and yes, the chained operations are excellent. Having built this, and now using it some pet projects, that is the part I'm finding valuable.