Earlier quoted context omitted.
Never tried vue ? I dislike angular hyper engineered DOM-OOP hybrid. Vue also fit the human-sized framework in a way.
Not yet. I've been burned with some JS frameworks before, so now I have the "Nobody gets fired from choosing IBM" mentality. I do hear some good reviews, maybe someday :)
Angular vs. React vs. Vue
31–40 of 77 posts
Re: Angular vs. React vs. Vue
#32Ember is so good, it does not need comparisons any more :) https://medium.com/@alvincrespo/ember-your-best-bet-b5cd7275...
Re: Angular vs. React vs. Vue
#33Angular is close enough too.
Re: Angular vs. React vs. Vue
#34Re: Angular vs. React vs. Vue
#35Re: Angular vs. React vs. Vue
#36Now, years later and having experience with JSX in Vue, state, and building large apps, I finally checkout out React and discovered that they're pretty much the exact same thing:
Define a component; add lifecycle hooks; add data and functions; render; done.
I think Vue's community is finally catching up and and it's exciting to see. The only thing I find myself wanting is a vue-oriented testing solution. React has Jest and I find myself sorely wanting a testing library/wrapper with good documentation for vue. React certainly has an advantage in that regard.
The article put it well: Vue if you still enjoy writing HTML templates (which I don't mind) or React if you prefer the JS orientation.
Re: Angular vs. React vs. Vue
#37Re: Angular vs. React vs. Vue
#38It drives me crazy when I hear things like Angular4+ is better for "Large Ambitious Applications with large teams" when in reality Angular4 suffers from the same slow down/performance problems as Angular 1.x. https://github.com/angular/angular/issues/14041 https://www.airpair.com/angularjs/posts/angularjs-performanc... I mean it's like they ignored all of the lessons and knowledge the industry has learned and produce…
I need a bumper sticker or T-shirt with this printed on it
Re: Angular vs. React vs. Vue
#39Earlier quoted context omitted.
I would argue that it is by far the worst Framework one could possibly choose.
Can you explain why?