Vue 3 Composition API: The Reactive Syntax
Up until now we’ve been using Reactive References to wrap our JavaScript primitives in objects to make them reactive. However, there is an additional way to wrap these primitives in an object. Specifically using the reactive syntax.
Below you can see...
philipdevblog.hashnode.dev3 min read