Tag: backbone
- Backbone.Events+Promises+async/await is a great combination for building javascript apps (12 Jul 2018)
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...
- What problem is React/JSX solving in your App? (05 Jul 2018)
Framework wars and debates are very much a thing these days, be it Angular vs Backbone or Angular vs React, but the real debate isn’t about these frameworks. The real debate essentially comes down to which is the most efficient way of structuring your app and more importantly, rendering and...