Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which could be the best backbonejs tutorial for beginners [closed]

I am very interested in backbone.js. But when I am learning, there's a lot of confusion in creating the structure. Could anyone show me a simple tutorial with good examples?

This will be very useful to all new learners.

like image 352
raj Avatar asked Feb 06 '14 08:02

raj


People also ask

What is Java backbone?

js. The Backbone. js is a very light weight JavaScript library or framework that facilitates developers to create a single page application in a structured manner. These client side applications run on a web browser.

How does Backbone js work?

Backbone. js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

What is marionette js?

Marionette is a composite application library for Backbone. js that aims to simplify the construction of large scale JavaScript applications. It is a collection of common design and implementation patterns found in applications.


1 Answers

Hi these are some of the links from my bookmarks

  • Hello Backbone.js
  • A Guide to Writing Backbone Apps at Coursera
  • Backbone Model Unit Testing with Jasmine
  • BUILDING LARGE BACKBONE APPLICATIONS

And finally some real code ToDoMVC-backbone_node_mongo

like image 58
Damodaran Avatar answered Oct 11 '22 12:10

Damodaran