Two-way binding is arguably one of the most powerful features of Vue.js. It enables developers to easily and elegantly manage state and DOM updates with very little code.

Christopher Agnus has put together a great & quick overview of two-way binding in Vue.JS and what’s going on underneath the hood. Check it out below.