DEV Community

Discussion on: Hey guys what's better Vue or React?

Collapse
 
jamesvanderpump profile image
James Vanderpump

I ported a big Vue codebase to React and have no regrets. Vue is a joy to work with on smaller projects, but became slow (compiling, vetur vscode extension) and hard to refactor due to poor TypeScript support. Instead of rewriting for Vue 3, I switched to React. There are still many libraries not ported to Vue 3. I think they lost a lot of traction during the lengthy transition to Vue 3. (news.ycombinator.com/item?id=30252405)