Developing Backbone.js Applications
Complete “Early Release” copy of Addy Osmani’s book on developing web apps using Backbone.js
Developing Backbone.js Applications
Complete “Early Release” copy of Addy Osmani’s book on developing web apps using Backbone.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It’s the tie to go along with jQuery’s tux, and Backbone.js’s suspenders.
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
Learn how to use Backbone in JavaScript projects.