Syntax error Write the dependencies of backbone.js in javascript?

Write the dependencies of backbone.js in javascript?



The only hard dependency(without which backbone js won't work at all) is Underscore.js. Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

There are other dependencies required as you proceed to use more advanced features of backbone.js. For example,

  • Libraries for RESTful persistence(Backbone.sync)

  • History support via Backbone.Router

  • DOM manipulation with Backbone.View or Jquery

Updated on: 2019-11-27T09:50:24+05:30

225 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements