1.

What Are The Keypoints Of Backbone?

Answer»
  1. 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
  2. When the model changes it can update the HTML of your application automatically
  3. It USES client-side rendering framework or Javascript templating to render html which avoid you to embed HTML code inside JavaScript code.
  4. For UI UPDATES and DOM manipulations if offers a significantly CLEAN and elegant way.



Discussion

No Comment Found