@williamsonc
Explorer
Nothing here yet.
Nothing here yet.
No blogs yet.
I expected this. :D As of now Polymer has 0 votes. I wonder "what's the real reason". Personally, I find React interesting because of 3 things : Good community support Isomorphism Battle tested by big players like Instagram, Facebook etc.. What do you guys think?
JavaScript For me it's using this keyword inside setTimeout . For example, you will need to bind to this in order to use this keyword. setTimeout(function(){ //do something with this }.bind(this)); Sometimes I define a new variable self outside setTimeout and sometimes I end up using .bind() .