WWhen async/await might not be the answer
2019-11-20 — 4 min read
When async/await was introduced to ECMAScript it was generally pretty celebrated. Nearly every engineer I spoke to raved about the feature, how it “finally” made asynchronous operations in JS not confusing. I’ve been using async/await professionally…