31

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

yojimbo87
  • 65,684
  • 25
  • 123
  • 131
  • 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
  • 1
    You 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 Answers8

25

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.

And Quora has a lot of information

And a very basic series for learning backbone js

Mohit Jain
  • 43,139
  • 57
  • 169
  • 274
Raynos
  • 166,823
  • 56
  • 351
  • 396
6

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

Mike
  • 819
  • 1
  • 8
  • 14
3

I also found this interisting tutorial for testing Backbone.js

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

sebarmeli
  • 17,949
  • 7
  • 35
  • 40
3

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

3logy
  • 2,634
  • 8
  • 46
  • 99
2

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/

James Hill
  • 60,353
  • 20
  • 145
  • 161
2

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/

Philip Schweiger
  • 2,714
  • 1
  • 18
  • 27
2

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

kubetz
  • 8,485
  • 1
  • 22
  • 27
1

Peepcode has two paid screencasts on backbone

James Healy
  • 14,557
  • 4
  • 33
  • 43
  • The third episode, covering Networking and Persistence, just came out. –  Nov 24 '11 at 20:07