Friday 20 September 2013

Backbone.js Routers


Backbone.js routers are used to keep track of state in your app. Routers translate a path in the URL or in a hash of the URL into application state. In other words, routers map a path to a function. In Backbone.js apps, routers are used to instantiate the views, models and collections your app...


Backbone.js routers are used to keep track of state in your app. Routers translate a path in the URL or in a hash of the URL into application state. In other words, routers map a path to a function. In Backbone.js apps, routers are used to instantiate the views, models and collections your app...


CLICK HERE FOR FULL NEWSBackbone.js Routers

No comments:

Post a Comment

//