Sunday, August 10, 2014

Backbone.js for Absolute Beginners - Getting Started (Part 4: Routers)

You could build web application without using the routers. However, if you want to make reference to certain ‘state’ or location of the web application, you need a reference (link/URL) to it. This is where routers come to rescue.

Read More