“Hello Backbone.js is a simple Backbone.js tutorial comprised of self-explanatory “hello world” examples of increasing complexity. It was designed to provide a smoother transition from zero to the popular Todos example.
Backbone.js offers a lean MVC framework for organizing your Javascript application. It leads to more maintainable code by untangling the “spaghetti” of callbacks tied to different parts of the DOM and the backend server that often arises in rich client-side applications.
The tutorial starts with a minimalist View object, and progressively introduces event binding/handling, Models, and Collections.”
Hello Backbone.js Tutorial
This entry was posted in crafts and tagged backbone.js, framework, javascript, tutorial. Bookmark the permalink.