My team just finished building two new features of our application using Backbone and now we're actually looking into switching to Ember.js to take advantage of the automatic databinding and lack of a need to do manual DOM manipulation.
Can anyone comment on their experience with the two frameworks?
Comments
My team just finished building two new features of our application using Backbone and now we're actually looking into switching to Ember.js to take advantage of the automatic databinding and lack of a need to do manual DOM manipulation.
Can anyone comment on their experience with the two frameworks?
For those who (like me) haven't heard of Ember.js before, it's SproutCore 2.0 (a complete re-architecture by the looks of it).
http://emberjs.com/
https://github.com/emberjs/ember.js/
http://yehudakatz.com/2011/12/08/announcing-amber-js/
Do yourself a favor and look at AngularJS.