Remix.run Logo
sesm 5 days ago

> async/await, a pattern increasingly polluting Javascript and Python codebases in the name of performance

In JS world async/await was never about performance, it was always about having more readable code than Promise chain spagetti.