Using TypeScript in your Vue 3 apps

preview_player
Показать описание


0:00 Introduction to the Script Setup Syntax
2:32 Reactive Variables with Type Inference
5:34 Beyond Type Inference
Рекомендации по теме
Комментарии
Автор

Vue3 is an absolutely amazing and simple framework for me.

션박-tf
Автор

I prefer to see the script above the template these days — especially when using the script set up idiom.

dvdrtrgn
Автор

For the cases where ref should be number but has no initial value just use default numeric value not null. Using null or number will give more overhead in the other parts of the code because a dev will need to check if value is not null....
It seems logical to use number | null for the example like you showed but you will get annoyed fast with bigger projects because of the things I have just described

yuriihusak
Автор

How to implements auto-suggest & type safety inside template? Is it a plugin?

andri_sul
Автор

I like Vue so much better than react! Lol

joncobb
Автор

plz learn Vuex based on type script soon

sahandsepidar
Автор

"An app you can count on" 😂😂😂

DodaGarcia
visit shbcf.ru