date? • Must be INTERACTIVE - Events effect the STATE • Must be CONSISTENT - On-screen data is always up-to-date • Must be MAINTAINABLE - No more 2000 line jQuery files • Must be FAST - We’re competing with Native Thursday, October 13, 11
DOM updates, etc) to run at once. Updating 5 items in a list runs 1 DOM update, not 5. • Handlebars Automatic Binding Variables references in templates are ALWAYS up-to-date • Built on jQuery Thursday, October 13, 11