Login
Remember
Register
Questions
Ask a Question
Why you have to use Backbone ? Advantages ?
Home
>
Technology
>
Why you have to use Backbone ? Advantages ?
0
votes
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
Why you have to use Backbone ? Advantages ?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 13, 2020
by
JackTerrance
(
1.7m
points)
By using JavaScript with the minimal set of data-structuring ( models & collections) and user interface (views & URLs) it enables you to develop a web application
Backbone is best useful to develop MVC like web applications, single page web applications or complex JavaScript web applications in an organized and structured manner without JavaScript code mixing with HTML
Provides key value binding and custom events
API with tons of functions
Robust event handling
API connetion over a RESTful JSON interface
Related questions
0
votes
1
answer
Explain when you can use Unbinding function in Backbone.js ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Explain how you can use backbone.js for multiple page web app ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
In Backbone View, what is the use of setElement ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are the three js files that you require to setup a working environment for backbone?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Mention what are the typical problems you might face with the Backbone view code ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...