Introduction
Welcome to the "Demonstrating Backbone.js" article series. This article demonstrates how to create a students directory using backbone.js. This article starts with the concept of Backbone.js and various components of it. Previous articles have provided an introduction to views and the implementation of routers and collections. You can get them from the following:
In this article we will see how to use Backbone.js in a simple student directory app with sorting. Let us start with a step-by-step procedure. As I said, the complexity level is beginner.