31

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

yojimbo87
  • 62,848
  • 24
  • 122
  • 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
  • 41,985
  • 56
  • 164
  • 272
Raynos
  • 162,380
  • 56
  • 343
  • 392
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,619
  • 7
  • 33
  • 40
3

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

3logy
  • 2,452
  • 7
  • 40
  • 90
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
  • 58,309
  • 18
  • 142
  • 160
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,694
  • 1
  • 16
  • 26
2

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

kubetz
  • 8,273
  • 1
  • 21
  • 26
1

Peepcode has two paid screencasts on backbone

James Healy
  • 13,759
  • 3
  • 31
  • 42
  • The third episode, covering Networking and Persistence, just came out. –  Nov 24 '11 at 20:07