Which could be the best backbonejs tutorial for be

2019-03-07 16:24发布

问题:

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.

回答1:

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



回答2:

A complete tutorial/book: Developing Backbone.js Applications



回答3:

I am ok with the below tutorials as i dont want to go with ebooks. These has nice overview of backbonejs folder structure and tutorials for beginners.

http://backbonetutorials.com/organizing-backbone-using-modules/

https://blog.andyet.com/2010/oct/29/building-a-single-page-app-with-backbonejs-undersc/

Thanks.