Poll: Which JavaScript framework do you use (and why)?
31–40 of 78 posts
Re: Poll: Which JavaScript framework do you use (and why)?
#32Do you know jQuery inside out? If not, you should learn that before you worry about higher level frameworks.
I barely use jquery at all and build rather large JS applications. YMMV
http://paulhammant.com/2012/03/03/replacing-jquery-with-angu...
"Don’t even use jQuery. Don’t even include it. It will hold you back. And when you come to a problem that you think you know how to solve in jQuery already, before you reach for the $, try to think about how to do it within the confines the AngularJS. If you don’t know, ask! 19 times out of 20, the best way to do it doesn’t need jQuery and to try to solve it with jQuery results in more work for you."
Re: Poll: Which JavaScript framework do you use (and why)?
#33Re: Poll: Which JavaScript framework do you use (and why)?
#34Re: Poll: Which JavaScript framework do you use (and why)?
#35Essentially I've found jQuery the best option as a framework, and only because it reduces the verbosity of straight Javascript. Everything else, as noted above, usually ends up in the "good at first then in wish I didn't" basket.
At the end of the day, the majority of what I do is binding, validation, and event handling... and no framework really reduces what has to be done, they just stops other people from doing it differently.
Re: Poll: Which JavaScript framework do you use (and why)?
#36Re: Poll: Which JavaScript framework do you use (and why)?
#37Re: Poll: Which JavaScript framework do you use (and why)?
#38Re: Poll: Which JavaScript framework do you use (and why)?
#39I'm going all in on Angular, even building a big open source project around it ( http://ionicframework.com/ ). What really drew me in was hearing from developers that were using it at big, slow companies for entire teams building production apps. Officially adopting a technology like that is pretty rare, and I guessed Angular had started to achieve a level of adoption that would make it the most worthwhile to invest…
http://eisenbergeffect.bluespire.com/angular-and-durandal-co...
Re: Poll: Which JavaScript framework do you use (and why)?
#40I'm going all in on Angular, even building a big open source project around it ( http://ionicframework.com/ ). What really drew me in was hearing from developers that were using it at big, slow companies for entire teams building production apps. Officially adopting a technology like that is pretty rare, and I guessed Angular had started to achieve a level of adoption that would make it the most worthwhile to invest…