Nuxt integrates Vue 3, a progressive framework for building user interfaces. In this section, we will cover the basics of Vue.
Reactivity Part 2
In the previous section, we learned about ref and computed. In this section, we will learn about reactive and watch that fullfills our basic needs for reactivity.