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.
// TODO:
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.
// TODO: