I’m not sure on the nature of all Vue.js 2-way data binding implementations being purely syntactic sugar. I do know that Vue’s own documentation refers to form inputs as 2-way data bindings: https://vuejs.org/v2/guide/forms.html
While 2-way data binding in Vue may not be the same as Angular’s, I simply referred to it in the manner with which the community references those features.
Mainly, I wanted to get across the idea that being taught to manage state in so many different locations and with so many different methods seems like a bad idea.
If there’s some way for me to edit the article to be less misleading, I will do so — do you have any ideas?
Lastly, this is exactly the type of correctional feedback and critique I was hoping for in posting this article. Thank you.