Categories
Education
General
Credit
Health
Insurance
Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
What are the keypoints of Backbone ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
What are the keypoints of Backbone ?
interview-question-answer
technology-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 13, 2020
by
JackTerrance
(
1.8m
points)
It has hard dependency with underscore.js to make it more functional and supporting a range of useful collection based operations
With jQuery it has a soft dependency
When the model changes it can update the HTML of your application automatically
It uses client-side rendering framework or Javascript templating to render html which avoid you to embed HTML code inside JavaScript code
For UI updates and DOM manipulations if offers a significantly clean and elegant way
Please
log in
or
register
to add a comment.
Related questions
0
votes
Q: What are the main components of Backbone.js ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: Mention what are the typical problems you might face with the Backbone view code ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: What are the configuration options available inn Backbone.js?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: 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.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: In Backbone View, what is the use of setElement ?
asked
Nov 13, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
...