Skip to main content

Posts

Showing posts with the label Features of RequireJS?

BackboneJs Interview Questions and Answers

What Is Backbone.js? The Backbone.js is a JavaScript framework which facilitates us to organize your code and make it easier to develop single page applications and reduce the development time. It is font-end framework and also allows us to structure JavaScript code in MVC ( Model, View, and Controller ) architecture. It is developed by Jeremy Ashkenas , DocumentCloud Inc. ü   Initial release   - October 13, 2010; 7 years ago ü   Stable release - 1.3.3 / April 5, 2016; 22 months ago It is designed for developing SPA (single-page applications) and organizes way and reduces the development time by providing lots of inbuilt functions. It is a data binding frameworks and provides functionality to access database and manipulates data. Backbone.js follows Model-View- Controller (MVC) architecture. ü   Model - It is a part of your code that populates and retrieves the data ü   View - It is the HTML representation of this model ...