• Home: http://backbonejs.org/
    • Model - View - Router
    • Collection
    • Events
    • examples
  • Override: _super()
  • Buch: Developing Backbone.js Applications (By Addy Osmani)
  • Doku: Annotated Source Code
  • Tags: Single-Page-Applikation RESTful-Konvention
  • Artikel:
    • Web-Applikationen mit Backbone.js Demo: Kochbuch
    • Backbone.js: Wie der Baukasten für Web-Apps funktioniert
  • Erweitrungen: Backbone.Marionette Annotated Source Code
  • dailyjs.com:
    • Backbone.js Tutorial: Backbone.sync
  • Aufräumen: http://stackoverflow.com/questions/7379263/disposing-of-view-and-model-objects-in-backbone-js
  • Fallstricke: http://ozkatz.github.io/avoiding-common-backbonejs-pitfalls.html
    • 1. Creating memory leaks by not unbinding events, …