An open API service indexing awesome lists of open source software.

https://github.com/integralist/backbone-playground

Building simple Backbone examples just so I can play with/understand it
https://github.com/integralist/backbone-playground

Last synced: 12 months ago
JSON representation

Building simple Backbone examples just so I can play with/understand it

Awesome Lists containing this project

README

          

#Backbone Playground

Re-building the example from my [MVC Start-up Kit](https://github.com/Integralist/MVC-Start-up-Kit) project with [Backbone.js](http://backbonejs.org/)

As per the documentation for Backbone.js, the requirements are:

* [jQuery](http://jquery.com/) (or any library/framework with similar API syntax - such as [ZeptoJs](http://zeptojs.com/))
* [Underscore.js](http://underscorejs.org/) (or my preference is to use [Lo-Dash](http://lodash.com/) which is a fork of the library which has been completely re-written to be better performing)

##TODO

* Need to look into Backbone's `.save()` method