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

Why Backbone

Up Chen
November 19, 2011

Why Backbone

Why should we use backbone instead hard code by ourself.

Up Chen

November 19, 2011
Tweet

More Decks by Up Chen

Other Decks in Programming

Transcript

  1. Up

  2. • Light MVC for front-end for client side • Focus

    on the structure • No UI widgets • Model, View, Collection, and Router.
  3. Bind events on Model for everything Remove Reset Change Even

    bind to the variable changes change:stock
  4. How to update itself ? Bind to model’s variables !!

    stock: ‘台積電’, status: ‘not-added’ change:status