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:

Reactivity Part 1
Vue provides a great reactivity system that tracks changes to the data and triggers updates automatically, allowing you to have your UI always up-to-date with the data. Vue's reactivity comes with a few primitives: ref, reactive, computed and watch.
Vue Composition API
// TODO:
Files
Editor
Initializing WebContainer
Mounting files
Installing dependencies
Starting Nuxt server
Waiting for Nuxt to ready
Terminal