First attempt at making a reusable component that could be dropped in the code and used by defining configuration and data processing that is domain related
Implementation... could have been better :) but it helped us realise it's all about the interface and creating smaller, reusable functions
Backbone.js gives structure to web applications
Marionette.js is a composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications.
It is a collection of common design and implementation patterns found in the applications that have been built with Backbone.js