Explain architecture of backbone?
Answer / Meenakshi
The Backbone.js architecture is based on the Model-View-Presenter (MVP) pattern, where Models represent data, Views are responsible for rendering and updating the user interface, and Presenters coordinate the interaction between Models and Views. Additionally, Routers handle URL routing and navigation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is backbone.js?
Explain what is backbone.js models?
What is the function of parse ?
Explain what is backbone.js router is used for?
Why you have to use backbone ?
When you require backbone.js?
What is model in backbone.js?
What are the methods of utility in backbone.js?
When and by whom the backbone.js was released?
What is unbinding function in backbone.js?
What are the dependencies of backbone.js?
Describe backbone events?