Since async/await is now almost ready for production with the upcoming LTS, what are the drawbacks if any of using it? Are there still any cases where you should use regular promise .then() syntax instead of async/await?
It feels like a game changer and I'm just curious how much and when should I still use .then() syntax instead of async/await.
Submitted March 02, 2017 at 06:14PM by icanevenificant
No comments:
Post a Comment