Get 10 Free Leads on us
Use our Chrome Extension & instantly connect with prospects
The Backbone.js
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. The project is hosted on GitHub , and the annotated source code is available, as well as an online test suite , an example app lication , a list of tutorials and a long list of real-world projects that use Backbone. Backbone is available for use under the MIT software license . . For RESTful persistence and DOM manipulation with Backbone.View , include jQuery ( = 1.11.0). (Mimics of the Underscore and jQuery APIs, such as Lodash and Zepto , will also tend to work, with varying degrees of compatibility.) When working on a web application that involves a lot of JavaScript, one of the first things you learn is to stop tying your data to the DOM. It's all too easy to create JavaScript applications that end up as tangled piles of jQuery selectors and callbacks, all trying frantically to keep data in sync between the HTML UI, your JavaScript logic, and the database on your server. For rich client-side applications, a more structured approach is often helpful. With Backbone, you represent your data as Models , which can be created, validated, destroyed, and saved to the server. Whenever a UI action causes an attribute of a model to change, the model triggers a "change" event; all the Views that display the model's state can be notified of the change, so that they are able to respond accordingly, re-rendering themselves with the new information. In a finished Backbone app, you don't have to write the glue code that looks into the DOM to find an element with a specific id, and update the HTML manually when the model changes, the views simply update themselves. Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when ...
...Read MoreThe Backbone.js
Backbone.js
Here's a list of some of the top trending technologies and APIs used by The Backbone.js.
(2 Technologies)
(2 Technologies)
(1 Technologies)
(1 Technologies)
Technology | Website Using | Market Share |
---|---|---|
Backbone.js | 16,483 | 0.05% |
More than 16000 companies reportedly use The Backbone.js products in their tech and software stacks
Parameter | Sample Email | Percentage | |
---|---|---|---|
1 | first.last | John.Smith@ | |
2 | first + last | JohnSmith@ | |
3 | first_last | John_Smith@ | |
4 | first | John@ | |
5 | last | Smith@ |