TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you think VueJS will surpass React?

22 pointsby TaizWebabout 8 years ago
Considering boarding the Vue hype train but I'm left wondering: will it be worth it, or am I just wasting my time? React already has a firm hold in the industry it seems, and I'm just not sure if Vue would be able to top it. I'm curious if anyone really involved in the industry would be able to tell me their thoughts on the rise of Vue and if it'll be able to persist like React has.

8 comments

BjoernKWabout 8 years ago
You&#x27;ll definitely not be wasting time. Vue.js has some serious traction already. It really doesn&#x27;t matter if it&#x27;ll surpass React. There&#x27;s plenty of space for both and it&#x27;s not a winner-takes-all situation.<p>Besides, it&#x27;s hard to predict if either will be still widely used for new projects say 5 years from now. So, becoming a one-trick (or rather one-framework) pony probably isn&#x27;t the wisest path in the long run. Rather try to take in general best practices, design patterns and approaches and become someone that can work comfortably with both React and Vue.js or in fact any other new JavaScript framework that might come along.
评论 #13958294 未加载
cocktailpeanutsabout 8 years ago
Let me share a &quot;contrarian&quot; view. People think react can&#x27;t be beat because they have Facebook behind them and tons of people are working on it with tons of funding. But I think that may be the reason why it may go down one day.<p>Facebook is not doing this for complete charity. At the moment their interest is aligned with react being open source but you never know when that will change. And when that happens, the artificial illusion of support will go away.<p>I&#x27;m not just pulling this out of nowhere, I actually use both react and vue, and think react ecosystem is too convoluted. It&#x27;s a matter of opinion but I don&#x27;t think it&#x27;s just me who feels that way.
评论 #13905885 未加载
评论 #13905199 未加载
评论 #13905684 未加载
owebmasterabout 8 years ago
Nope because although VueJS is simpler than angular2, it but makes a lot more assumptions (and thus lockins) to the user than React. The way best practices evolves in React doesn&#x27;t happen so easily in vuejs ecossystem, even less in the angular2.
yanilkrabout 8 years ago
Vuejs just wants to be a web frontend framework. Reactjs wants to be a common way of building apps across Web, Android and iphone. Both have different goals targeting different usecases.<p>Vuejs might do well for webapps due to its simplicity alone.
评论 #13905266 未加载
feistypharitabout 8 years ago
Vue has some annoying issues as you grow. For example, if you start simple from the script tag and later want to move to npm and webpack, all sorts of things break. It&#x27;s not just the difference in build types that they note. (With or without runtime compiler).<p>Ultimately, I think the winning framework will be one that compiles. Something like svelte[1]. It&#x27;s how most other software is made for good reasons.<p><a href="https:&#x2F;&#x2F;svelte.technology&#x2F;" rel="nofollow">https:&#x2F;&#x2F;svelte.technology&#x2F;</a>
Pishkyabout 8 years ago
VueJS does not have the backing of Facebook and cannot compete on that issue alone.
评论 #13904906 未加载
评论 #13920675 未加载
ewrcoffeeabout 8 years ago
To my understanding, react allows writing more type safe code. So no.
antons_ghostabout 8 years ago
I am no expert, but I chose React. It has a massive following, and will probably live much longer than the code that I write today.