DEV Community

Discussion on: Understanding JavaScript async/await in 7 seconds

Collapse
 
crongm profile image
Carlos Garcia ★

I too struggle with async programming. It's not just about the code, but the mindframe. I recommend reading the Async & Performance book in the You Don't Know JS series. It's helped me a lot to understand the concepts and logic behind async.