Tag Archives: underscore

Re-Learning Backbone.js – Require.js (AMD and Shim)

In this post we are going to learn how to use Require.js with Backbone.js and Underscore.js This post build on the Re-Learning Backbone.js series. As usual, the examples in this tutorial are extremely simple. We have one goal here and … Continue reading

Posted in Backbone.js, JavaScript, Require.js, Uncategorized | Tagged , | 17 Comments

Re-Learning Backbone.js – Templates (Underscore)

Even though templates are not part of Backbone.js, I believe it’s critical to have a basic understanding of templates. Templates are a core component that will be used with Backbone.js Views. Templates will help us separate code from the HTML … Continue reading

Posted in Backbone.js, JavaScript, Tutorial | Tagged , | 3 Comments