background preloader

Backbone.js

Facebook Twitter

OpenFrameworks. Data-driven interactive prototyping framework. Introducing Backbone Routes. April 3, 2012 At DailyMuses, we depend heavily on Backbone and concurrent routers call for a single page in order to have a better way to organize our codebase.

Introducing Backbone Routes

Since I am coming from the Rails background, when I first tried to tackle this problem, I immediately thought of the way how Rails handles multiple routes with config/routes.rb. Hence, I created Backbone Routes.