Learning Backbone.js

Mar 4th, 2014

Yesterday I spent all morning learning Backbone.js and I thought I would share a few links might be useful for those just starting out with Backbone.js and I also thought they would be good to refer back to at a quick glance if I needed to figure something out.

Backbone really is not that complicated to pick up and I like that fact that it is just a javascript library and not a full framework. This means that I can easily add it to an existing code base and start using it right away with new features and slowly update the rest of my legacy code as time permits.