Email the Author
You can use this page to email Fu Cheng about ES6 Generators.
About the Book
Generator is a new concept introduced to JavaScript in ECMAScript 2015 (or ES6). Generators are the new powerful tools which should be in each JavaScript developer's toolkit. Generators are mostly used in JavaScript frameworks and libraries. For example, Koa uses generators as middleware. Babel can use generators to transpile async/await functions. But generators are not commonly used in application code yet. The main reason is that generators are not easy to understand and adopt in day-to-day development.
This book focuses on real day-to-day development scenarios which can benefit from using generators.
This book can be viewed freely online. However, if you prefer a PDF/EPUB/MOBI version, or want to support my work, you can purchase it for $7.99 - the minimum price on Leanpub.
About the Author
Full-stack software developer and content creator.