Choosing the Right JavaScript Framework
airpair.com
Choosing the Right JavaScript Framework
1–10 of 91 posts
Re: Choosing the Right JavaScript Framework
#2It seems like Backbone is dominant, but after a couple months of using AngularJS on an everyday basis I'm ready to switch and never look back. Hands-down best framework I've ever worked with. The pleasure I get from it reminds me of the early days of Rails, when the leap in productivity was palpable.
Re: Choosing the Right JavaScript Framework
#3AngularJS is awesome!
Re: Choosing the Right JavaScript Framework
#4It seems like Backbone is dominant, but after a couple months of using AngularJS on an everyday basis I'm ready to switch and never look back. Hands-down best framework I've ever worked with. The pleasure I get from it reminds me of the early days of Rails, when the leap in productivity was palpable.
+1
Re: Choosing the Right JavaScript Framework
#5With so many js frameworks it's great to get an experts evaluation of the differences.
Re: Choosing the Right JavaScript Framework
#6What, no React/Flux? How can this be a serious comparison without React?
Re: Choosing the Right JavaScript Framework
#7It seems like Backbone is dominant, but after a couple months of using AngularJS on an everyday basis I'm ready to switch and never look back. Hands-down best framework I've ever worked with. The pleasure I get from it reminds me of the early days of Rails, when the leap in productivity was palpable.
I've always used Backbone more as a collection of libraries and in that way its nice for lighter weight use cases and plays well with other JS code. I'm not sure if it has (or needs) enough structure to build the same sort of apps as you'd build with Angular or Ember and I've always kind of found these comparisons a bit unfair. Kind of like choosing between Sinatra and Rails.
Re: Choosing the Right JavaScript Framework
#8But, but, but... what about the Un-JS Un-Framework, intercooler:
Re: Choosing the Right JavaScript Framework
#9No Durandal? http://durandaljs.com/
Re: Choosing the Right JavaScript Framework
#10Another framework i barely hear about and surprised me a bit recently is sencha/ExtJS. They're growing a lot in the enterprise sector, but they managed to keep pretty up-to-date relative to web/open sources projects such as angular.Eg they added two-way data binding in their latest version in a not-to-ugly way.
Anyone here got a real try on sencha (the full package, including sencha architect) recently ?