50 words, 1 min read
⚠️ This post links to an external website. ⚠️
Vue 3's Composition API provides two main ways of declaring reactive data:
ref
andreactive
. What's the difference between these and which should you use?This tutorial will cover the following:
- What's
ref
?- What's
reactive
?- What are the pros and cons of each?
- When should you use
ref
vsreactive
?
continue reading on vuejsdevelopers.com
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.