Though some of the concepts in this course are still relevant, overall this course does not reflect our current course standards or industry best practices.

Check out a free preview of the full Backbone.js (with Introduction to Testing) course:
The "Views & Templates" Lesson is part of the full, Backbone.js (with Introduction to Testing) course featured in this preview video. Here's what you'd learn in this lesson:

In Backbone, views are really versatile. They are simply an object that represents the presentation of a model so they can adapt to many MV* patterns. Templates are included in view objects. Backbone will work with any templating library because all Backbone requires is an HTML fragment. However, including templates inside a script tag can be expensive.

Get Unlimited Access Now