Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Backbone.js tutorials and learning resources [closed]

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

like image 573
yojimbo87 Avatar asked Jun 14 '11 19:06

yojimbo87


People also ask

Is Backbone JS still used?

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.

Is Backbone JS easy to learn?

Backbone.js Is Friendlyjs is neither difficult to learn nor difficult to use, and the time you will spend learning to use this serviceable framework will be well worth it, for you will learn how to use one of the most popular front-end frameworks and learn how to build modern web applications on the front end.

Is Backbone JS frontend or backend?

Front-End MVC frameworks (Backbone, Angular, etc) all rely on a backend service to provide the data that, say Backbone, would then use as its model. You could have an entire MVC pattern on the backend that accepts requests and spits out some JSON for a frontend MVC framework to use.


2 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.

And Quora has a lot of information

And a very basic series for learning backbone js

like image 68
Raynos Avatar answered Oct 23 '22 19:10

Raynos


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

like image 38
Mike Avatar answered Oct 23 '22 20:10

Mike