DEV Community

Discussion on: React vs Vue: Compare and Contrast

Collapse
 
dinsmoredesign profile image
Derek D • Edited

Curious why you're having to use Vue.set() so much? I constantly hear it as being a downside to Vue, but in the 50+ apps I've built currently running in production, I don't think I've ever had to use it (this won't be an issue in v3, though 👍). Every once and a while I'll need to use $forceUpdate() but usually it's because of something that was coded incorrectly after going back and looking at it later.