Are there any other backbone.js tutorials or learning resources for beginners than Introduction or Hello backbone.js?

link|improve this question

I would suggest going through underscore.js, then attempting backbone.js -- It will be a less bumpier ride. – DMin Mar 8 at 12:04
feedback

9 Answers

Brief introduction to backbone.js http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/

link|improve this answer
feedback

I also found this interisting tutorial for testing Backbone.js

http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html

link|improve this answer
feedback

I think this is a decent tutorial. It goes over a simple (hello world kind of simple) example. It also has links to documentation and demo apps.

http://www.plexical.com/blog/2010/11/18/backbone-js-tutorial/

link|improve this answer
feedback

I know this question is already marked as answered, but just to add to the knowledge here for anyone coming across this question:

I found this walk-through of implementing Backbone.js useful:

http://andyet.net/blog/2010/oct/29/building-a-single-page-app-with-backbonejs-undersc/

link|improve this answer
feedback

I know 2 Backbone.js resource collections you might be interested in:

link|improve this answer
feedback

I will added this one : Aaron it's really helped me out!!

link|improve this answer
me too, it's fantastic – Matt Mar 27 at 23:20
feedback

Peepcode has two paid screencasts on backbone

link|improve this answer
The third episode, covering Networking and Persistence, just came out. – pat Nov 24 '11 at 20:07
feedback

For completeness, another intro resource is a step by step tutorial for building the ToDo sample application with a back-end MySQL database, given on a blog here: http://robertogds.com/post/3324511589/howto-backbone-js-using-rails-3.

link|improve this answer
sometimes people don't want to use rails, so it's important to understand not just how backbone.js works with rails, but wholly in itself – Matt Mar 27 at 23:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.