www.gideonpyzer.com
Using ES2015 generators to mock API responses
1
Generators are special functions in JavaScript that allow you to "return" some data, but later re-enter the function to continue further execution. Read full article