- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 Articles
- 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 ordering of tasks from given dependencies in C++
- Find the version of the Pandas and its dependencies in Python
- What are Control dependencies?
- Explain the inference rules for functional dependencies in DBMS
- Write the use of Array.reduceRight() method in JavaScript?
- Write the usage of split() method in javascript?
- What is an equivalence of sets of functional dependencies?
- Using Repair dependencies option in SAP HANA
- Write the importance of shift() method in javascript array?
- What is the minimal set of functional dependencies or canonical cover of FD?
- How to add Cucumber Maven dependencies to the project?

Advertisements