DEV Community

[Comment from a deleted post]
Collapse
 
pacholoamit profile image
pacholoamit

HAHAHAHAH yep. React is so blocky and Vue was just so simple. I really believe the virtue of React is in its modularity. It's so easy for other devs to reference your React project since most (if not, all) the packages you use are on the component whereas in vue you'd have to reference your main vue file where you place all the imports. React surely wins in sharing components and their logic but Vue is such a haven when it comes to developing.