DEV Community

Cover image for React vs Other Framework
Rafie A4
Rafie A4

Posted on

React vs Other Framework

After reading the comment provided by @jonrandy on https://dev.to/rafie/why-should-you-use-react-js-27a5.

I realized that the blog i wrote about the React framework was biased.

As a beginner in web development, i have only explored React JS and haven't fully explored other framework.

This limited experience led to my excitement and hasty blog post.

However i acknowledge the importance of learning and experimenting with other framework, And i intend to broaden my knowledge by exploring different options.

Given that, could you guys please provide me with advice or recommendations for learning frameworks other than React? Additionally, do you have any suggestions for projects that I could work on using the relevant framework?

Top comments (5)

Collapse
 
ng10x profile image
NG10x

😂😂😂

Collapse
 
rafie profile image
Rafie A4

😅😅😅

Collapse
 
bhjaipal profile image
Jaipal001

Vue 3, It is easy and have easier to watch reactive values and slots and many other things, it supports TypeScript too
It has its own router: vue-router
It also has a UI library vuetify
And its meta framework is Nuxt
vue: vuejs.org
vue-router: router.vuejs.org
vuetify: vuetifyjs.com/en
Nuxt: nuxt.com

Collapse
 
dfun90 profile image
dfun90

I second this, Vue is just an overall great experience and easy to get in to. I wish more companies would use it, instead of just sticking with the same ol' React.

Apart from Vue, there are also Svelte and Solid that I have heard good things about, but I haven't used them myself yet.
There's a whole lot more out there in terms of frontend frameworks, feels like a new hot fancy framework is released every other week.

Collapse
 
rafie profile image
Rafie A4

Thankyou for @bhjaipal and @dfun90 , I'll give it a try