Creating reusable form components using Vue 3 multiple v-models

preview_player
Показать описание
In this video we'll take a look over how we can leverage Vue3 multiple v-model bindings to create a reusable AddressFieldGroup component.

Рекомендации по теме
Комментарии
Автор

Every new videos am learning new thing, Thanks Constantin Druc

oketafred
Автор

You’re becoming indispensable in my daily dose of programming. Such a useful video.

👏🏾👏🏾👏🏾

VadM
Автор

Loving the new content. All of it is really useful.

charlessexton
Автор

thank you veeery much. you saved my time 😍😍😭😭❤️❤️❤️❤️

tsubakijun
Автор

It's hard to find videos with reusable radio and select.

marcelo.caetano
Автор

nice video as usual 😉and a good illustration of multiple v-models !
But I still like to use watch with deep : true on an object containing all fields, it's less verbose even if it should be less performant ( for a few fields it should be okay )😋

pascalraymond
Автор

Thanks for this video, What is it your PhpStorm theme name?

yunuskocabay
Автор

I'm new to vue and I miss something like react allows us to do to reuse components, like, in react i can create a styled-component and create a base for every page that I have, in vue i'm not seeing something like this

onça_pintuda