-
Notifications
You must be signed in to change notification settings - Fork 1
Backbone.js
evereq edited this page Jul 1, 2012
·
10 revisions
- http://backbonejs.org (primary source for documentation)
- http://backbonetraining.net/resources (cool resources list)
- https://github.com/documentcloud/backbone/wiki/Extensions,-Plugins,-Resources (list of extensions, plugins etc)
- https://github.com/addyosmani/backbone-fundamentals/blob/master/book.md (A book on Backbone.js targeted at beginners and advanced users alike)
- http://backbonetutorials.com
- https://github.com/documentcloud/backbone (Give your JS App some Backbone with Models, Views, Collections, and Events)
- https://github.com/addyosmani/backbone-aura (A decoupled, event-driven architecture on top of Backbone.js for developing widget-based applications)
- https://github.com/kmalakoff/knockback (take best from Backbone and Knockout: Knockback.js provides Knockout.js magic for Backbone.js Models and Collections and more)
- https://github.com/juggy/backrub (Massage your Backbone Views. Templating for Backbone inspired by Sproutcore use of Handlebars)
- https://github.com/tbranyen/backbone.layoutmanager (A manager for templates & layouts in Backbone.js)
- https://github.com/tbranyen/boilerplate-handlebars-layoutmanager (Example showing Backbone Boilerplate Handlebars and LayoutManager integration)
- https://github.com/derickbailey/backbone.modelbinding (awesome model binding for Backbone.js)
- https://github.com/derickbailey/backbone.marionette (Make your Backbone.js apps dance with a composite application architecture! See http://derickbailey.github.com/backbone.marionette for more info)
-
https://github.com/kendagriff/backbone.analytics (A drop-in plugin that integrates Google's
trackEventdirectly into Backbone'snavigatefunction.) - https://github.com/bry4n/backbone-shortcuts (Backbone.js + Keymaster.js = Backbone.Shortcuts (Keyboard shortcuts))
- https://github.com/addyosmani/backbone.paginator (Backbone.Paginator is a pagination component for Backbone.js)
- https://github.com/theironcook/Backbone.ModelBinder (Simple, flexible and powerful Model-View binding for Backbone)
- https://github.com/ggozad/Backbone.xmpp (A simple module to replace Backbone.sync with XMPP PubSub-based persistence)
- https://github.com/derickbailey/backbone.syphon (Serialize a Backbone.View in to a JavaScript object)
- https://github.com/perka/backbone-ui (Backbone UI provides a simple way to represent your Backbone Models and Collections as UI components.)
- https://github.com/moviepilot/chaplin (Chaplin is an example architecture for JavaScript applications using the Backbone.js library)
- https://github.com/addyosmani/backbone-boilerplates (Backbone Todo boilerplates demonstrating integration with Node.js, Express, MongoDB and more.)
- https://github.com/thomasdavis/backboneboilerplate
- https://github.com/tbranyen/backbone-boilerplate (A set of best practices and utilities for building Backbone.js applications)
- https://github.com/DarrenN/backbone-demo