I've been very excited with backbone.js recently, but all I can find was minimal tutorials on the web. Have been searching for a backbone.js book, but since it just recently came out, wasn't able to find any. Was hoping you guys know currently in production, perhaps a beta available somewhere?

link|improve this question

3  
This helped us quite a bit: recipeswithbackbone.com – Bruiser Dec 21 '11 at 18:26
6  
"A creative-commons book on Backbone.js for beginners and advanced users alike" - github.com/addyosmani/backbone-fundamentals – Andrei Jan 8 at 12:17
1  
@Govind KamalaPrakash Malviya: because the docs feels like reading Chinese; a beginner has absolutely no clue what anything in the docs mean. – imjp Mar 4 at 21:38
Yea, if someone were to read the docs, i would suggest reading the underscore docs first, then backbone will make more sense. – DMin Mar 19 at 17:42
feedback

closed as not constructive by Bill the Lizard Sep 27 '11 at 14:02

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

up vote 3 down vote accepted

There is a prerelease eBook called Backbone JS on Rails by some people who are well-known within the Rails community. I haven't purchased access to it yet, but the Table of Contents looks good.

link|improve this answer
2  
I bought it couple days back, too bad its just ToC right now. – sent-hil Jul 24 '11 at 6:19
2  
One of the Backbone.js on Rails book authors here - we're actively developing the book content, and are at a little over 50 pages now. The link Ben included above has a ToC where we've marked how far along each section is. I'm happy to answer any questions about the direction/content! – Jason Morrison Sep 2 '11 at 18:58
1  
I have checked the free example and it looks very focused in how to integrate BackboneJS with Rails. I think if you are looking forward to go deep in BackboneJS this is not the book. (apart for the too high price) – fguillen Mar 3 at 18:58
feedback

I do not think Backbone is big enough to require a complete book on it. It is only 4 base JS classes. I would suggest you look for books on MVC and design patterns related to it. This is really the base. Maybe some guides on restful web apps and HTML.

The best book is to read the annoted source here: http://documentcloud.github.com/backbone/docs/backbone.html

link|improve this answer
feedback

As Julien said it might be too small to have its own book, but JavaScript Web Applications by Alex MacCaw might be useful. It has a chapter on Backbone as well as other frameworks and covers a lot of general topics that are likely to be relevant to anyone working with Backbone.

Its available as a beta ebook now.

link|improve this answer
feedback

Here's a screencast that might be helpful, it comes with a pdf that's a bit like a book.

https://peepcode.com/products/backbone-js

link|improve this answer
feedback

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