What is backbone.sync is used for ?
Answer / Vasundra Singh
Backbone.sync is a method in Backbone.js that handles communication between the client and server. It's responsible for making HTTP requests to RESTful APIs when CRUD operations are performed on models.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you write the business logic in model?
What is backbone events ?
What is a converter in backbone js ?
when do you require backbone.js?
In backbone view, what is the use of setelement ?
What is backbone.sync is used for ?
How can you set attributes of a model?
What is events in backbone.js?
What are events types?
Explain what is the function of parse?
Explain how you can use backbone.js for multiple page web app ?
Why you use backbone.js, not other frameworks?