I refactored my app using Backbone.js, and it really hits the sweetspot in terms of being lightweight and flexible. I really like how view objects, collections and models abstractions are so simple, yet fit so well together (change:attribute events etc...) Until now I also used jaskenas HashHistory snippet for routing...
Comments
I refactored my app using Backbone.js, and it really hits the sweetspot in terms of being lightweight and flexible. I really like how view objects, collections and models abstractions are so simple, yet fit so well together (change:attribute events etc...) Until now I also used jaskenas HashHistory snippet for routing...