DEV Community

Discussion on: ES6 - A beginners guide - Generators

Collapse
 
guillep2k profile image
Guillermo Prandi

Example use cases: 1) checksum calculation, 2) deliver content as it arrives (eg. from a server call), 3) break up collections in an efficient way, etc.

Collapse
 
stefanwrightcodes profile image
Stefan Wright

Great suggestions, I might have to look into some of them for further examples