Remix.run Logo
IshKebab 3 hours ago

> In the web world async/await has already won from threads

Slightly off topic but threads were never supported by the web (even now you only have message passing between workers) so it's a bit hollow to say async won.

mypalmike an hour ago | parent [-]

Yeah, async/await in JavaScript is syntactic sugar for promises.