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

A Poignant Guide to Y.App

A Poignant Guide to Y.App

With apologies to _why, a talk given at YUIConf 2012 describing the trials and tribulations of converting existing pages on Zillow to use the YUI App Framework.

http://lanyrd.com/2012/yuiconf/szrft/

Daniel Stockman

November 14, 2012
Tweet

Other Decks in Programming

Transcript

  1. initializer: function () { this._handles = []; }, destructor: function

    () { Y.Array.each(this._handles, function (h) { h.detach(); }); this._handles = null; }, bindUI: function () { this._handles.push(Y.on( "click", this.click, this, "#foo" )); }, ... Thursday, November 15, 12