Tag: backbone.js
Backbone.js: A Better ‘fetch’ Function
I find the Backbone fetch function to be somewhat tricky. This function, defined on both `Backbone.Model` and `Backbone.Collection` returns a jQuery XHR object, which...
Complex Single Page Application Architecture with Backbone.js
Over the past few months we've been developing the 2nd (and much improved) generation of the SOOMLA dashboard. Though we use myriad front-side technologies,...