Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged backbone

Rss Feed Group items tagged

John Randall

AngularJS vs. Backbone.js vs. Ember.js - 0 views

  •  
    "While it is true that many of the functions not provided by Backbone itself could be filled by third-party plugins, this also means that there are many choices to be made when creating an application, as many functions have several alternative plugins. For example, nested models can be provided by Backbone.DocumentModel, BackBone.NestedTypes, Backbone.Schema, Backbone-Nested, backbone-nestify, just to name a few. Deciding which one is the best for your project requires research, which in turn takes time - and one of the main purposes of framework is to save you time. "
John Randall

Part 1: Backbone.js Deconstructed - Tech.pro - 0 views

  •  
    "an application. We have lots of opinions about how it does or does not fit into the Model/View/Whatever world. We have more than enough "to-do" demo applications, which can bring a layer of value when learning about application design. However, what I think is lacking are details about Backbone itself and what the actual code is doing. The documentation offers some degree of this as well as the annotated source, but I think more information is needed. Or, at the very least, a different voice documenting Backbone's function and parts. In Part 1 and Part 2 of Backbone.js Deconstructed, we are going to examine the function of the Backbone Library at the code level. Specifically, in Part 1 we w"
John Randall

Hello Backbone.js Tutorial - 1 views

  •  
    "Backbone.js offers a lean MVC framework for organizing your Javascript application. It leads to more maintainable code by untangling the "spaghetti" of callbacks tied to different parts of the DOM and the backend server that often arises in rich client-side applications. "
John Randall

Organizing your application using Modules (require.js) - Backbone.js Tutorials - 0 views

  •  
    "Require.js has a great community and it is growing rapidly. James Burke the author is married to Require.js and always responds to user feedback. He is a leading expert in script loading and a contributer to the AMD specification. "
John Randall

WDEYE - 1 views

1 - 10 of 10
Showing 20 items per page