Skip to content
aodin edited this page Feb 18, 2013 · 1 revision

Backbone.js

A few resources to get you started:

Here's a comparison of Backbone.js with the other popular JavaScript MV* frameworks:

A great rundown of Backbone.js design patterns:

Backbone implements the "observer" or "publish/subscribe" design pattern. You can read more about its implementation in:

Looking for more structure in your Backbone.js app, such as complex view handling? Take a look at Marionette.js.

Clone this wiki locally