Echo JS 0.11.0

<~>
gitconnected 1772 days ago. link parent 2 points
The two most popular libraries that I know use generators are Redux Saga and Koa. I have rarely if ever seen it used in product code outside of a library. It is meant to be a way to handle async actions.

Replies