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. Backbone.js ?
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. Backbone.js ?
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. Backbone.js ?
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. Backbone.js ?
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. Backbone.js ?
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. Backbone.js ?
Coffeescript • Lightweight • < 6kb • Fácil de entender • 1239 LOC • Muito bem documentado • http://documentcloud.github.com/backbone/docs/backbone.html
= Backbone.Router.extend({ routes: { "": "home", "/contact/:id": "showContact" }, home: function() { // Carrega a collection e renderiza a View na tela }, showContact: function(id) { // Carrega o model e renderiza a View na tela } });