Introduction to Backbone.js

August 6, 2014

Moving from just designing to learning more about JavaScript has been [an odd transition]. MVC frameworks (Model View Controller) are insanely important right now but I hard time understanding what they do on a macro level.

In this tutorial, Thomas Davis spends and hour making a real single-page application with Backbone.js and goes through all everything you might want to accomplish, like routes, RESTful APIs, models and controllers.