RailsCasts Pro episodes are now free!

Learn more or hide this

Bob's Profile

GitHub User: electricgraffitti

Site: cube2media.com

Comments by Bob

Avatar

This is exactly the main difference in choosing Ember over Angular or Backbone. When you get into large applications like im working on, Angular and BB both become more difficult to manage. Zombie memory from events and views becomes a manual problem. Angulars dirty checking becomes more of a problem with large apps. And Nested views is a PIA compared to Ember. I find that for small apps Angular is probably a better choice. But if you are building a large web app Ember becomes the much better choice.

http://jsperf.com/angular-vs-knockout-vs-ember/99

I also find it kind of sad that there seems to be this love hate thing with JS frameworks. I think there are great things in both and, depending on the job, either could be a best choice.

Thanks again Ryan for the great stuff!