Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Nothing stops you from learning both man! Both are great frameworks. But if employment is your main goal I would say React. Of course, this is subjective to where you are located, but the point is that you can learn cool things from both of them.
I do find Vue easier tho. -
@blackWizard if anything I would say that Vue is more "just JS" than React. People say that about react but I have yet to meet someone that does not use JSX with React. And despite what many would have you believe, JSX is not really "just jsx" since you can't do everything JS can in JSX, it has its own syntax. Vue on the other hand does have its own templating and tag system, but as far as the underlying tech in it goes it is more of a pure JS situation with it. Both are really nice man and I would wholeheartedly recommend both.
-
devs30816yBoth are pretty good tbh, though I personally prefer react over vue. Don’t ask me why. I’d probably recommend trying out both and see what you like the most
-
githelp30096yI would recommend Vue starting out, its quite basic and similar to React. I would recommend React for larger projects, though.
-
I had the same dilemma and chose react for the current job market's higher demand for react devs.
Vue does seem hip though and has potential to mature into an industry standard. For now, I cannot see react relinquishing it's hold anytime soon.
You can even briefly preview both and continue learning the one that makes the most sense to you.
Related Rants
Torn between learning vue and react. Which way should I go?
question
react
js
js framework
vue