Poll: Which JavaScript framework do you use (and why)?
11–20 of 78 posts
Re: Poll: Which JavaScript framework do you use (and why)?
#12Earlier quoted context omitted.
Is React really comparable to things like Angular and Meteor? From what I understand, its supposed to be used in conjunction with a lot of other libraries, being only the 'V' in MVC and all.
That would disqualify Backbone too.
Re: Poll: Which JavaScript framework do you use (and why)?
#13Do you know jQuery inside out? If not, you should learn that before you worry about higher level frameworks.
Re: Poll: Which JavaScript framework do you use (and why)?
#14https://github.com/angular/angular.js/blob/master/src/ng/com...
https://github.com/angular/angular.js/blob/master/test/ng/co...
https://github.com/angular/angular.js/blob/master/src/ng/roo...
https://github.com/angular/angular.js/blob/master/test/ng/ro...
Re: Poll: Which JavaScript framework do you use (and why)?
#15Earlier quoted context omitted.
That would disqualify Backbone too.
I'm not so sure, Backbone seems to do a lot more than React. I could just be talking out of my ass though, I've never messed with Backbone
Re: Poll: Which JavaScript framework do you use (and why)?
#16Do you know jQuery inside out? If not, you should learn that before you worry about higher level frameworks.
Not only that, but with current modern browsers, you might not even need jquery at all ;) http://youmightnotneedjquery.com/
Re: Poll: Which JavaScript framework do you use (and why)?
#17Do you know jQuery inside out? If not, you should learn that before you worry about higher level frameworks.
Re: Poll: Which JavaScript framework do you use (and why)?
#18where's react?
Is React really comparable to things like Angular and Meteor? From what I understand, its supposed to be used in conjunction with a lot of other libraries, being only the 'V' in MVC and all.
It makes more sense to me since I don't want my entire site to be overly Ajax-y. I'd rather only feed a few initialization variables to js & have most of the site logic/navigation/variable-injection coming server-side from a nice persistence layer.
Re: Poll: Which JavaScript framework do you use (and why)?
#19Re: Poll: Which JavaScript framework do you use (and why)?
#20Just beware what you are getting into with Angular. https://github.com/angular/angular.js/blob/master/src/ng/com... https://github.com/angular/angular.js/blob/master/test/ng/co... https://github.com/angular/angular.js/blob/master/src/ng/roo... https://github.com/angular/angular.js/blob/master/test/ng/ro...