As a reminder, performance is rarely a good reason to add more complexity to your JavaScript code. Native features get faster all the time.
๐ฅ JavaScript performance advice:
โ Mathias Bynens (@mathias) November 12, 2018
1. preferasync
/await
over hand-written promise codeโฐ
2. prefer native promises over userland implementationshttps://t.co/TzstMCuprxhttps://t.co/bLh5Alam8j
Responses
See how to respond...
Respond via email
If you'd prefer to message me directly, send an email. If you'd also like your message to be visible on the site I can add it as a comment.
Reply via Email
Respond from another site
Responses are collected from posts on other sites. Have you posted somewhere that links to this page? If so, share the link!