this post was submitted on 19 Jun 2023
7 points (100.0% liked)

Vue.js

417 readers
1 users here now

founded 1 year ago
MODERATORS
 

We have a Vue frontend and I'm getting some feedback when we upgrade to Vue3 we should move to React just for the ecosystem and dev availability. I thought Vue was a better/faster/easier response to react. What are your thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I'm jealous of the React ecosystem, for sure.

I tried react, and it just didn't click for me.

I like Vue3, it has some awesome features and power as you dig in, and at the same time if it's a simple component it's simple code.
I like that 99% of the time, I don't have to overthink the reactivity and lifecycle of components.
I like that the templating is basically HTML.
And I think the composition API has finally clicked for me, instead of just using it "because I should"