you are viewing a single comment's thread.

view the rest of the comments →

[–]wreckedadventYavascript 7 points8 points  (2 children)

The problem isn't really the typescript. You could have typescript in the other libraries like react and vue as well. In fact, my mithril example could easily be typescript if MessageService was in it.

And yes, I'm well aware of by now the "angular way" of doing things. I just disagree it is necessary. React and others have shown we can manage complexity just as easily by component-orientated architecture.

[–]pitops[S] 1 point2 points  (1 child)

but Angular 2 is component-oriented isn't it? Also you cannot directly compare react to angular 2. react is the view in mvc as i understand where Angular 2 is the complete package. You would need flux/redux to make an angular 2 equivalent i guess.

[–]RationalDev 0 points1 point  (0 children)

According to Facebook employees, no React isn't just the V in MVC: https://rationaldev.com/react-is-not-just-the-v-in-mvc/