Vue 3 Composition API: Ref vs Reactive

1 · Dan Vega · Feb. 12, 2020, 9:20 p.m.
One question I keep hearing over and over is what method should I use to declare reactive data in the Vue 3 Composition API? In this article, I explain what ref() and reactive() are and try to answer that question....