DEV Community

Discussion on: Vue vs React 2022 - Which One Is Better for Your Project

Collapse
 
codebytesfl profile image
codebytesfl

This has also been my conclusion after using both for years now. We will typically pick up for Vue for something non complex (think like a coffee shop website, blogs, simple SaaS apps) and React for large and complex stuff (think large SaaS apps, heavy reactivity etc).

Typescript is incredibly important as well for us and was the main reason we moved from Vue 2 to Vue 3 for any Vue projects. The composition API also brought React like thinking which I enjoyed, but current am not satisfied with the current eco system for Vue 3, so maybe I will revisit it when the ecosystem has caught up.