Backbone.js (with Introduction to Testing)

Backbone.js (with Introduction to Testing)

5 hours, 19 minutes

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.

Non-trivial web applications demand moving beyond jQuery one-offs into testable, single-responsibility code architectures. Sam shows us Backbone's lightweight approach to building client-side MVC applications and builds in unit tests with Mocha and Sinon.JS.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: October 16, 2013
Get Unlimited Access Now
Table of Contents

How We Got Here

Overview of the Comments Application

Backbone Models In-Depth

Backbone Views In-Depth

Backbone Collections and Routers In-Depth

Testing Backbone Applications