Loading video...

Video Failed to Load

Go Home

Speed up sequential async/await code with promise concurrency But be aware of a couple critical gotchas! Read more in my latest article:

459,110 views • 3 years ago •via X (Twitter)

10 Comments

Steve (Builder.io)'s profile picture
Steve (Builder.io)3 years ago

More concurrency patterns, methods, and gotchas to be aware of in the full article:

Kasun Vithanage's profile picture
Kasun Vithanage3 years ago

a little mistake

Steve (Builder.io)'s profile picture
Steve (Builder.io)3 years ago

ah, thank you, will fix!

John Lindquist's profile picture
John Lindquist3 years ago

Great lesson. Great format. Bravo 👏

Steve (Builder.io)'s profile picture
Steve (Builder.io)3 years ago

Thanks John!

Sam Sedighian's profile picture
Sam Sedighian3 years ago

Convienced me to never use Promise.all ever again and instead use Promise.allSettled is that a fair take away or am I being excessive?

Steve (Builder.io)'s profile picture
Steve (Builder.io)3 years ago

Yeah I think it’s a wise move tbh

Steve (Builder.io)'s profile picture
Steve (Builder.io)3 years ago

@aradwaann Can you link to that? I don’t think that’s a reply to this video, but rather something else. The article talks about this example specifically and neither the article nor the video claim Promise.all is parallelizing the calls

John Veldboom's profile picture
John Veldboom3 years ago

Your tutorials and blog posts are great! Any thoughts about adding an RSS feed to the blog? I'd really like to add it to my RSS reader to be notified of new posts

Steve (Builder.io)'s profile picture
Steve (Builder.io)3 years ago

Ah yes the blog supports RSS! JSON: Atom: XML:

Related Videos