In Vue 3, with the exposed APIs, we can use the Vue reactivity and reactive variables without the need to create a Vue application. This enables backend and frontend developers to take full advantage of the Vue reactivity API within their application.
In this recipe, we will create a simple JavaScript animation using the reactivity and watch APIs.