▲ The Basics of JavaScript Generators at medium.com▼2 up and 0 down, posted by gitconnected 2006 days ago 2 comments
gitconnected 2005 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.