React is the new jQuery
medium.com
React is the new jQuery
1–10 of 22 posts
Re: React is the new jQuery
#2Re: React is the new jQuery
#3@author, some of the mistakes you made:
>It’s easy to learn and reason about. it is not easy to learn. though once learned yo ucan easily reason about.
>It enables a clean way to break your interface into smaller isolated blocks.
jsx is not clean by an measure. it is just better than using React.createElement()
>It brings HTML and JavaScript closer together. its XML, not html
Re: React is the new jQuery
#4Re: React is the new jQuery
#5Did... did he really call React "minimalist"?! I'm not sure this guy has ever attempted to build any actual webapps with React, because that's certainly not a term that anyone would use that had.
Re: React is the new jQuery
#6Did... did he really call React "minimalist"?! I'm not sure this guy has ever attempted to build any actual webapps with React, because that's certainly not a term that anyone would use that had.
Re: React is the new jQuery
#7Re: React is the new jQuery
#8People normally get in love when they do some fancy dom manipulation with few lines of codes.
But experience shows different.
Re: React is the new jQuery
#9Did... did he really call React "minimalist"?! I'm not sure this guy has ever attempted to build any actual webapps with React, because that's certainly not a term that anyone would use that had.
Nobody uses React by itself. Add in ES6 transpiling, a data system (redux & friends), server side rendering, routing, and now it's complicated.
jQuery doesn't include any of that stuff, either.
Re: React is the new jQuery
#10Did... did he really call React "minimalist"?! I'm not sure this guy has ever attempted to build any actual webapps with React, because that's certainly not a term that anyone would use that had.
React by itself is nice, clean, minimilistic, et cetera. Nobody uses React by itself. Add in ES6 transpiling, a data system (redux & friends), server side rendering, routing, and now it's complicated. jQuery doesn't include any of that stuff, either.