Vue JS 3 Reactivity Fundamentals - Composition API

preview_player
Показать описание
In this video we briefly explore the fundamentals of reactivity in Vue 3 Composition API. We'll learn how to use reactive states as well as utilities like ref, toRefs, and others. This is probably the 101 reactivity fundamentals you need to really grasp how to properly manage state in a Vue JS application. We'll also talk about reactive vs ref, the experimental reactivity transform, as well as various tips, ticks, and gotchas!

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

I'm a Vue developer for a few years now, and this is the best explanation I've seen about ref and reactive, congratulations.

Araoz
Автор

I really like vuejs and nuxtjs . Their reactivity system manage state so well.

patrickngnet
Автор

Appreciate the content on new Vue features (Pinia also) and enjoy your teaching style. You move quickly but clearly and address a lot of nuances as well. Thanks for providing! Look forward to more.

keythread
Автор

Amazing thank you for sharing this knowledge

haquocviet
Автор

Thank you so much for this video. I really enjoyed it! It's very well done.

vcizek
Автор

I like your vids a lot, you have a unique style of teaching

Quabbe
Автор

I don't have much experience with Vue, however, the vue2-api was somehow cleaner in my opinion, you have methods, data separated. And no ref or transform plugin, it just work out of the box.

crazier
Автор

Dear Mr. Marius,

I have a question:
I am using quasar framework, I have a list of file object, created by <input type="file" multiple >
By using cordova media capture, I would like to add captured video to file object list, show it thumbnail and upload it to firebase.
Please advise.

ssilentman
Автор

If I were to compare it to React, I would say VUE is absolutely fantastic.

assoftTR
Автор

4 more *new JS frameworks* were released while you watched this video

gmkhussain
Автор

You should make more and more video on vuejs

SaifulIslam-qlih
Автор

Want to use Vue3 + Vite to refactoring project in this year.

TerryZeng