DEV Community

Discussion on: Design Patterns: Vue feels like React - TypeScript 🔥

Collapse
 
funksoulninja profile image
Anthony Falcon

Vue is great to work with, but the TypeScript types support is lacking when compared to React or Angular. If you're not typing your code, Vue (especially with nuxt) is very fun to work with. Though, with very large and complex applications, I believe Angular or React is the best way to have secure and robust code.