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

Stop the spaghetti code with BACKBONE.JS

Jon Maim
April 20, 2012

Stop the spaghetti code with BACKBONE.JS

Discover a small and powerful client-side framework that can help you structure your javascript code. If you use JQuery the next step for you is to use Backbone to create maintainable web apps.

Jon Maim

April 20, 2012
Tweet

More Decks by Jon Maim

Other Decks in Programming

Transcript

  1. [ { "name": "Salman Khan", "id": "2111891" }, { "name":

    "Kareena Kapoor", "id": "2206317" }, ... { "name": "Aamir Khan", "id": "707513" } ] https://graph.facebook.com/me/friends
  2. < 6KB (gzipped) No assumption about UI widgets Use HTML

    & CSS Data-driven Maintenable code Long-term fun!
  3. Resources [ref] Backbone.JS ~ Jeremy Ashkenas [ebook] Backbone Fundamentals ~

    Addy Osmani [videos] Basics, Interactivity, Persistence ~ PeepCode