State Management in Vue 3
In Vue 3, you can declare reactive state with the ref() function.
First of all, what is reactive state? ๐ง
Reactive state is a special type of state that automatically updates the UI when underlying data changes.
But, why can't we just use normal mut...
icarusgk.hashnode.dev3 min read