Which one the two Javascript framework you prefer and why? I am starting a new project and worked with both before. I feel pretty good about both of them. I just want to know which one will be better for the long run.
None of the above. I consider them -- like the majority of frameworks --bloated train wrecks of developer ineptitude. In particular an ignorance of how to use HTML, CSS, or JavaScript as clearly evident in most every tutorial and example of using them!
I'm inclined to say that React and Vue are the new pair of frameworks that will be coexisting at the "top", if there is such a thing.
I don't see why anyone would choose Angular over React today: A super opinionated tool versus a community-raised one? Come on...
Additionally, Vue is clearly the guy who does everything you need but in a less robust and more performant way as React. The latter has a full ecosystem working, though.
Two roads diverged in a wood, and I took the one less traveled by..
Both are great, but Vue is simplier & faster. That's all i need to know.
(although React Native has no comparison in the Vue ecosystem...)
kevin reeevers
Web Dev
My issue starts with the comparison of a library (React) v. a framework. React+[MobX/Redux/RxJs/__]. Vue already has a lot of the application management ecosystem that React doesn't provide out the box. React is just a view handler with some limited local state management. At the end of the day it depends on time. If you need everything ready to go Vue, but if you have the time to tinker, React and __.