Backbone.Events+Promises+async/await is a great combination for building javascript apps

from blog Prahlad Yeri, | ↗ original
At the risk of being a contrarian, I’d like to show in this article how exactly can the Backbone’s Events model be combined with the more modern constructs of Promises and async/await to build a killer app using JavaScript. First, let’s try to understand why do we need these constructs for asynchronous programming when JavaScript itself is a...