A brief introduction to Backbone Support for Backbone.js. Backbone support provides extra methods to manage sub-views and cleanly dispose of them after use.
Communication between arbitrary views in Backbone.js can be tough. Here is our solution to build an EventBus to allow communication via a pub/sub setup.
There are certain parts of Backbone’s example Todos application that become unnecessary or clunky if translated verbatim to CoffeeScript. Following are a few little things that we