Tuesday, February 14, 2012

What is a view? - Backbone.js Tutorials

What is a view? - Backbone.js Tutorials: "What is a view?

Backbone views are used to reflect what your applications’ data models look like. They are also used to listen to events and react accordingly. This tutorial will not be addressing how to bind models and collections to views but will focus on view functionality and how to use views with a JavaScript templating library, specifically Underscore.js’s _.template."

'via Blog this'