DEV Community

Discussion on: How to Choose a Right JavaScript Framework for your Project?

Collapse
 
waldtq profile image
wald-tq

You are not going wrong with any of those.

When choosing be aware of your feelings. Which one feels right for the job?

  • If you like TypeScript, you can use it in Vue.js 2.x but you don't have Typechecking in your templates.
  • Do you like jsx / tsx? Go for react
  • Do you like it opinionated? Go for Angular
  • You like options? Go for react
  • Vue.js looks easy / simple in comparison to the others? Go for it!
  • Want to do a App? Take a look at react-native!
Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

Actually these, points are related to learning perspectives, so in this article, I mentioned some general points. And I appreciate as you have mentioned these points as well.