Other links

Other links of interest:

  • Backbone official documentation
  • Backbonetutorials.com by Thomas Davis covers the basics of Backbone.js in more detail than the official docs.
  • Backbone Fundamentals by Addy Osmani is a Creative Commons book for beginners and advanced users alike.
Event handlers outside views
    • Backbone Patterns
    • Model patterns
      • Bootstrapping data
    • View patterns
      • Inline templates
      • JST templates
      • Partials
      • Animation buffer
      • Sub-views
      • Delegate views
    • General patterns
      • Mixins
    • Conventions
      • Naming convention
      • Namespace convention
      • RequireJS and AMD
    • Anti-patterns
      • document.ready abuse
      • Things outside views
      • Event handlers outside views
    • Other links