Courses in category Backbone

Backbone Tutorial: Learn Backbonejs from Scratch

Backbone Tutorial: Learn Backbonejs from Scratch

There are many libraries and frameworks to help you structure your Javascript code. BackboneJS is one of them. In this course, I'll take you on a step-by-step journey to learn B...
4 hours 48 minutes 11 seconds
/>
Backbone

Backbone

Backbone is a JavaScript rich-client web app framework based on the model–view–controller design paradigm, intended to connect to an API over a RESTful JSON interface. Backbone is known for being lightweight, as its only hard dependency is on one JavaScript library, Underscore.js, plus jQuery for use of the full library. It is designed for developing single-page web applications, and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized. Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript and Underscore.js.