Google News
logo
Backbone - Interview Questions
What are the features of Backbone.js?
Some feature of Backbone.js are:
 
* It makes your code simple, systematic and organized. It acts like a backbone for your project.
* Backbone also works to taunt DOM manipulation libraries, templates and router together.
* It is used while building a web application with complex liftings for view rendering as well as database interaction.
* It allows developers to develop one-page applications and front-end much easier and better using JavaScript functions. 
* It creates client-side web applications or mobile applications in well-structured and organized format.
* It provides different types of building blocks like models, views, events, routers and collections for assembling client-side web applications.
* It is a simple library used to separate business and user interface logic.
* It is a free and open source library and contains over 100 available extensions.
* Backbone.js manages the data model which includes the user data and display that data at the server side with the same format written at client side.
Advertisement