Latest Insights on App Development for Your Business-Innofied

Tag: Routers

  • 3 Backbone.js routers best practices

    Backbone.js used to have controllers instead of routers in past. Imagine how complex it was to put functionality both in views (read presenters) and controllers! How would you decide where to keep which functionality? Moreover, you could never depend on a single controller if the app was a complex one. But  things are much simpler…