Wednesday, January 02, 2013

Undiscovered Features: Using Raphael.js and Backbone.js together

Undiscovered Features: Using Raphael.js and Backbone.js together: "I'm a big fan of Backbone.js. It's lightweight enough to throw into any webapp I'm building, large or small. At the very least it gives me some guidelines on how to organize my code. In larger apps the synchronization with the backend makes my life a lot easier.

An app I'm currently working on makes heavy use of Raphael.js, a great SVG library. In order to unify my handling of user events, I extended the Backbone.js library a little. It's a simple change, but I really like what it did to the organization of code."

'via Blog this'