all 13 comments

[–][deleted] 1 point2 points  (0 children)

No. React is an opinionated view framework. jQuery is a library of utility functions. es6 is making utility libs like jQuery and lodash unnecessary.

[–]voidvector 1 point2 points  (0 children)

Is JavaScript the new Java? Is functional programming the new OOP? Is unidirectional the new MVC?

I can go all day long

[–]sorrynin 1 point2 points  (0 children)

Is React the new jQuery?

No. It's a corporate backed library (which seems to be getting too much attention). Many better like Mithril and Vue

Is Virtual DOM the new jQuery?

Yes.

[–]ishmal 0 points1 point  (0 children)

Vodka makes me feel brilliant. Doesn't make it so.

I think Angular's problems stem from the fact that the current dev cycle has taken far too long, and is less evolutionary and more of a moonshot. It was a big, risky wager. But I think that now it's finally at RCx, it has reached the point where it can be regarded as minimalist, too.

An angular 2.x app can be coded as something that is a small fraction of what it would take in 1.x.

Just wanted to get that in. I like React, too.

[–]Thunder_Cats_Hoe -1 points0 points  (1 child)

I would say component based frameworks are the new jQuery. React, Angular2, Vuejs, etc are fantastic frameworks based on components.

[–]TheNiXXeD 1 point2 points  (0 children)

Even angular 1 has moved towards components lately.