DEV Community

Discussion on: Gotchas about async/await and Promises

Collapse
 
wassano profile image
wassano

Very interesting! I'm not an expert in javascript and I have faced this callback hell sometimes.
I use the caolan/async module to solve this in nodejs and also for web pages, is there any problem I'm missing? Like loosing too much performance or other things?