Are there any other backbone.js tutorials or learning resources for beginners than Introduction or Hello backbone.js?
-
I would suggest going through underscore.js, then attempting backbone.js -- It will be a less bumpier ride. – DMin Mar 08 '12 at 12:04
-
1You can take a look on very back series here http://www.codebeerstartups.com/category/backbone-js/ – Mohit Jain Feb 09 '13 at 08:00
-
Hackr has a good compilation of some of the best Backbone.js tutorials - http://hackr.io/tutorials/backbone-js – Gaurav Gupta Feb 20 '15 at 17:21
8 Answers
I forgot the Backbone tutorials!
Read the annotated sample application
There is also this tutorial by Addy Osmani
The dailyJS has something to say too.

- 43,139
- 57
- 169
- 274

- 166,823
- 56
- 351
- 396
Brief introduction to backbone.js http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/

- 819
- 1
- 8
- 14
I also found this interisting tutorial for testing Backbone.js
http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html

- 17,949
- 7
- 35
- 40
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/

- 60,353
- 20
- 145
- 161
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/

- 2,714
- 1
- 18
- 27