Composition API

Multiple v-model with Vue 3

With Vue 3 and its Composition API, you can use multiple v-models in your components. Each Vue 3 v-model synchronizes with a different property, simplifying the process of reactive communication between components.

Juan Andrés Núñez Juan Andrés Núñez

Your First Vue 3 Composable

The composition pattern (composable) is one of the most interesting features introduced by Vue 3 Composition API. It allows us to use reactivity outside of components in a straightforward manner, something unthinkable before.

Juan Andrés Núñez Juan Andrés Núñez

Ref vs Reactive

Learn the difference between Ref and Reactive in Vue 3 through examples where you'll discover the pros and cons in each case

Juan Andrés Núñez Juan Andrés Núñez