in Technology by

What are the keypoints of Backbone ?

1 Answer

0 votes
by
  • 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

Related questions

0 votes
    Mention what are the typical problems you might face with the Backbone view code ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What are the configuration options available inn Backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What are the three js files that you require to setup a working environment for backbone?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What are the main components of Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Assertion(A) : Neural networks are the backbone of deep learning algorithms Reason(R): Neural networks use vast ... R is correct. Select the correct answer from above options...
asked Nov 13, 2021 in Education by JackTerrance
0 votes
    Explain what is model.cid in backbone?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    In Backbone View, what is the use of setElement ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What is Backbone.sync is used for in backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is the function of parse in backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What is the function of escape in backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain when you can use Unbinding function in Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is Converter in Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
0 votes
    Explain how you can use backbone.js for multiple page web app ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is Backbone.js Models?...
asked Nov 13, 2020 in Technology by JackTerrance
...