Hacker News new | ask | show | jobs
by nippur72 3989 days ago
async/await will a sort of revolution, I hope they put out the 1.6 beta real soon
1 comments

I've been using async/await for a while with babel/6to5, and love it... it helps to have an understanding of how promises/generators work, but in the end code is SO much cleaner than promise chains.