DEV Community

Discussion on: React vs Angular vs Vue (briefly)

Collapse
 
iamandrewluca profile image
Andrei Luca

Vue is a library. Vue does not have it all packed in it.
Nuxt has it all packed in it.

Collapse
 
king11 profile image
Lakshya Singh • Edited

🤔 nuxt has abstracted it all but what I meant was you don't have multiple libraries for doing task like:
For routing we have vue-router maintained by vue team unlike react router and several others for react
Similarly for state management too

Thread Thread
 
iamandrewluca profile image
Andrei Luca

Oh, got you! That's good. You don't have to pick a router from 10 choices, you have one maintained by all :)