Live data from Hacker News

React is the new jQuery

medium.com

1–10 of 22 posts

Re: React is the new jQuery

#2
Did... 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

#3
Clickbait title by another fool. when will it stop?

@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

#5
post #2

Did... 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.

I bet 10$ that he can not even do "hello world" in react.

Re: React is the new jQuery

#6
post #2

Did... 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.

You can probably use 90% of React's functionality with like, four or five functions and four or five component lifestyle methods. What's not minimal about that?

Re: React is the new jQuery

#8
For me, it seems the author have just using reactjs and got loved with it. Just an emotional issue that will disappear fading out.

People 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

#9
post #2

Did... 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.

Re: React is the new jQuery

#10
post #2

Did... 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.

like... you almost end up writing your own angular/aurelia/otherframework ;-)
Post reply on HN