Tag:vue
All the articles with the tag "vue".
Understanding Vue 3 Reactivity reactive() vs. ref()
Posted on:July 24, 2023Vue 3 introduces two main methods for creating reactive data: reactive() and ref(). While both approaches serve the purpose of making data reactive in a Vue application, there are important distinctions and limitations to consider when choosing between them. In this article, we'll explore these methods with code examples and discuss the limitations of using reactive().