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?

  • 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”