DEV Community

Discussion on: Top JavaScript Frameworks 2023

Collapse
 
christiankozalla profile image
Christian Kozalla • Edited

Please don't state that any framework is "the best in 2022".. It all depends on the use-case, plus the prior experience the developer has with that framework. You can build the same product with different stacks, there's no right or wrong and certainly not "the best"!

Quick sidenote: AngularJS usually refers to the first version of Angular (which was not written in Typescript yet etc..) writing about Angular usually refers to Angular 2+ or the latest version (currently 13.1.2)

My opinion about the Cons of Vue.js:

  • Absence of fundamental plugins: there are core libraries maintained by the creators of Vue. Vuex, Vue Router, Vue Server Renderer. So what's your point?
    • Not appropriate for broad scaling: Why? How do you come to this conclusion?
    • Has language hindrances: What's that even supposed to mean?!
    • Too flexible for good: I don't understand..

Express.js is a Node.js Framework. Writing "Supports JavaScript" is redundant.

Please remember that hundreds of developers spent time developing such amazing open-source projects dedicating their free time. It's not nice the write arbitrary "cons" or say one is better than the other..

Collapse
 
bhaviksadhu profile image
Bhavik Sadhu

Hello Christian Kozalla, I only mentioned the advantages and disadvantages of frameworks, I did not say that this framework is right or wrong.

For confusion about the Cons of Vue.js you can check this reference: altexsoft.com/blog/engineering/pro...

Thanks.