What is a view in backbone.js?
Answer / Devendra Kumar
In Backbone.js, a View represents a part of the user interface that you want to interact with and update dynamically. A view listens for events on its associated model or collection, updates its DOM representation accordingly, and can also handle user interactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is backbone.js collections ?
What is router in backbone? How do you create a router with backbone?
What is the purpose of backbone.js?
In which language, backbone js is written?
What is router in backbone.js?
How to use to backbone.ajax function?
What is unbinding function in backbone.js?
Explain what is view in backbone.js?
when do you require backbone.js?
Why you have to use backbone ?
What are the architecture of backbone.js?
What is model in backbone.js?