Write Reusable Code with toREFS in Vue 3

preview_player
Показать описание
toRefs converts a reactive object into an object with each property as a ref, helping us maintain reactivity when destructuring an object. Learn how to use it in this video.

LINKS



✅ FREE VUE 3 CHEATSHEET WITH ESSENTIAL CODE SNIPPETS

follow me on twitter:

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

Just stumbled into this channel, Amazing video and quality!
Thank you so much!

oussamaabderrahim
Автор

I can't express how useful your videos are. Just keep it up dear. Take a big thanks from deep of my heart

sraboniakhter
Автор

! You're really doing an amazing job as explaining awesome concepts 🔥

andreasblondeau
Автор

I just started learning Vue and your channel help me a lot. Thank you for your work and share with us your knowledge 👍🏽

ko-jiro
Автор

Nice insight! And i thing this is similarly like custom hook in react🤔

rolandowebdev
Автор

Hello, I just came across this channel first time. Really awesome as a whole, from your knowledge, the videos editing, the voiceover. Every impressive. Is there a company behind this channel or did you manage to learn this all on your own?

I would be really interested in knowing what kind of software you are using for your videos and for the thumbnails. Thank you :)

codingcrashkurse
Автор

I'm studying composables and there's something that intrigues me how would I create a composable to reuse and better organize the project for my api calls, something similar to what you did in the Kanye REST API video?

gustavosantos
Автор

Amazing🔥. Can you please make a video on how to make a custom select box with searchable functionality like the vue-select package? Will be really greatful to you.

susmoysengupta
Автор

I prefer using ref without a function wrapping everything
So when you make a lib with all these refs and function, it will do some treeshaking
that can be usefull to destrucure your code in some libs for this

Mouquette
Автор

Hey, bro. Could you do a video on how to create and develop a large application written in Vue 3? I'm curious how it should be done, how the directory structure should look like etc. Thanks in advance. Keep up the good work.

basiorbb
Автор

Can you cover a tutorial on Vuex 4 modules with typescript. modules on separate ts file

thulas-mkhwanazi
Автор

But if you change the value of user.value, changing values of destructured properites from user.value will not change properites values of the new user.value

cause the reference had been changed,

so i think that the user wether should be a reactive or a shallow read only ref, to prevent change user.value

am i right?

JJ-veik
Автор

I seriously got confused whether I was watching fireship or not

AabhusanAryalOfficial