Vue: Computed properties vs. watcher

Vue.js, or just Vue for short, is one of the big three main JavaScript front end libraries (The other two being React and Angular). In my opinion, Vue is a nice middle ground between React and Angular in terms of the learning curves associated with learning and...