Ryan Ricard

www topics worth sharing.

Backbone.js/RequireJS Contact Manager Example

A while back while I was learning Backbone.js, I wanted to learn how to implement a Backbone.js application using the module loader RequireJS. At the time, I was unable to find any information on the subject. So to help me understand how a modularized Backbone.js application may be implemented, I built a small Contact Manager application using local storage.

Here is the application I built: http://code.ryanricard.com/backbone-requirejs-contactmanager-example/

Comments