© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
James Franko
Frontend developer, Rails
Cho, Yongjoon
I moved to async/await from Promise. I didn't used generators.
If you used Promise, transition to async/await is quite natural. You can easily get more cleaner codes.
And I found an article that async/await is about 1.5x faster than generators: medium.com/@markherhold/generators-vs-async-await…
Cho, Yongjoon
I moved to async/await from Promise. I didn't used generators.
If you used Promise, transition to async/await is quite natural. You can easily get more cleaner codes.
And I found an article that async/await is about 1.5x faster than generators: medium.com/@markherhold/generators-vs-async-await…