

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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
- Related Questions & Answers
- What is the architecture of backbone.js in javascript?
- What is the use of backbone.js in structuring javascript?
- Types of dependencies in DBMS
- Difference between Backbone.js and Jquery
- Find the version of the Pandas and its dependencies in Python
- Write the use of unshift() method in javascript?
- Write the use of Array.reduceRight() method in JavaScript?
- Write the usage of split() method in javascript?
- Find the ordering of tasks from given dependencies in C++
- Write the importance of shift() method in javascript array?
- What are Control dependencies?
- What is an equivalence of sets of functional dependencies?
- Explain the inference rules for functional dependencies in DBMS
- write about the arithmetic operator in javascript?
- What is the minimal set of functional dependencies or canonical cover of FD?
Advertisements