Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Uvod u Backbone.js

Uvod u Backbone.js

yclabs.wordpress.com, prezentacija održana 04.10.2012. ,

Avatar for Zarko Susnjar

Zarko Susnjar

October 04, 2012
Tweet

More Decks by Zarko Susnjar

Other Decks in Programming

Transcript

  1. Backbone.js gives structure to web applications by providing models with

    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.
  2. // Backbone implementacija klasičnog nasleđivanja // Sve klase podržavaju nasledjivanje

    Backbone.Model.extend = Backbone.Collection.extend = Backbone.Router.extend = Backbone.View.extend = extend;