DEV Community

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

Collapse
 
raguay profile image
Richard Guay

If you are starting your own project and you can pick, I would go with Svelte since it is a transpiler to vanilla JavaScript. It will produce a smaller footprint to download with the page.

If pure speed is need and not too much fancy stuff, plain HTML, CSS static site is the fastest.

If you are talking about getting a job where you don’t pick, then React is the best choice since there are more jobs available for it.