What are the architecture of backbone.js?
Answer / Ashish Pathak
The architecture of Backbone.js consists of Models, Views, and Collections, following the Model-View-Controller (MVC) design pattern. It also includes additional components like events and routers.
| Is This Answer Correct ? | 0 Yes | 0 No |
When and by whom the backbone.js was released?
What are the disadvantages of backbone.js?
How can you track any change in model attribute value?
How to use to backbone.sync function?
What is router in backbone.js?
What are the difference between idattribute and attributes?
What is the use of backbonejs route?
What is router in backbone? How do you create a router with backbone?
What are the difference between id and cid?
Mention the case where you can use the unbinding function in backbone.js?
What are the main components of backbone.js ?
What are the configuration options available ?