1.

Explain When You Require Backbone.js?

Answer»

Backbone.js is required in following CONDITION:

  1. When developing a web application that requires a lot of JavaScript
  2.  It is required when you want to give structure to your code, if your application needs to be scalable.
  3. Backbone is useful when a web application has to WORK with jQuery to traverse the DOM or give animations.

Backbone.js is required in following condition:



Discussion

No Comment Found