by Kevin Turner, Portland Decipher Dev
A look at Backbone.js from DocumentCloud.
Guiding Philosophy
"When working on a web application that involves a lot of JavaScript, one of the first things you learn is to stop tying your data to the DOM." "Backbone is a 4 kilobyte include that provides just the core concepts of models, events, collections, views, controllers, and persistence."
Why you'd want to use it: Read more »