Taking a closer look at different frameworks is a good way to understand more about a framework that you already know, and what it is/isn't doing for you.
Behaviors offer an awesome abstraction, but they exist only as a mix-in in the context of a view, which offers some challenges when it comes to testing.
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.