background preloader

Introduction to Backbone.js

Facebook Twitter

Introduction to Backbone.js Part 3: Routers – Video Tutorial. We're on to part 3 in the Backbone.js video tutorials series.

Introduction to Backbone.js Part 3: Routers – Video Tutorial

This week we feature another important piece of the Backbone puzzle: Routers. You could conceivably create your JavaScript apps without Routers, but the ingenious technique behind routers allows your users to bookmark the app at a particular state or even use the back and forward buttons to traverse through the history of your applications state. Watch the video to learn more! Backbone.js Video Tutorial Series. Introduction to Backbone.js Part 2: Views - Video Tutorial. Introduction to Backbone.js Part 1: Models - Video Tutorial. If you’ve read my last post or have just been keeping up with the JavaScript world at all, you’ve probably heard about Backbone.js.

Introduction to Backbone.js Part 1: Models - Video Tutorial

Well, this is the beginning of a tutorial series for Backbone.js and with this new series also comes a new media type: video! Today’s video tutorial teaches you how to get started using the M from MVC: the model. It’s pretty simple, yet pretty awesome and powerful. Backbone.js Video Tutorial Series UPDATE: This tutorial is slightly outdated.

Introduction to Backbone.js Part 4: Collections – Video Tutorial. Part 4: Backbone.js Collections Video Tutorial is here now.

Introduction to Backbone.js Part 4: Collections – Video Tutorial

We've already discussed models, views, and routers in Backbone.js so far, but now we're on to collections. Collections are pretty much exactly what their name implies: collections of models.