Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any backbone.js books available? [closed]

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?

like image 889
sent-hil Avatar asked May 15 '11 09:05

sent-hil


People also ask

Is Backbone JS still supported?

Backbone. Backbone has been around for a long time, but it's still under steady and regular development. It's a good choice if you want a flexible JavaScript framework with a simple model for representing data and getting it into views.

What is the only method available in the backbone JS history?

There is only method named "start" can be used to manipulate the Backbone. js history.

Is Backbone JS a library?

BackboneJS is a simple library that helps in separating business and user interface logic. It is free and open source library and contains over 100 available extensions.

Is Backbone JS open source?

Backbone is an open-source component of DocumentCloud.


1 Answers

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

like image 136
Julien Avatar answered Oct 18 '22 03:10

Julien