Vue.js Patterns: Using Vue.js 3 Composition API for Reactive Parent to Child Communication
Vue.js revolves around a reactivity system, which is unlike React. In this article, we will explore how to use the Vue.js 3 Composition API to create a reactive parent to child communication.