let firstName: string = "Kevin"; console.log(`Hello ${firstName}!`); let a: number = 10; let b: number = 20; let c: number = a + b; console.log(`${a} + ${b} = ${c}`); const greeting = (name: string): string => { return `Hello I'm ${name}`; }
@kvelez2 ай бұрын
Thanks, great.
@vinylducky3 ай бұрын
good short and to the point
@lbineau4 ай бұрын
Content is cool, but not the AI voice unfortunatly.
@phatcap455 ай бұрын
this would be way cooler with a human voice actually explaining it
@akrammekbal89365 ай бұрын
best channel ever thank You !!!!!!!!!!!!!!!!!!!!!!!!!!!
@SL_Edits1436 ай бұрын
Thank you soo much
@RobertoEspinoza-q7l8 ай бұрын
This course is too good!
@phuocle9008 ай бұрын
you are my god
@KolyaKovt8 ай бұрын
how can I add a loader for the lazily loaded components?
@сергейбогданов-щ2с9 ай бұрын
best material on KZbin
@abdulkareemalabi9 ай бұрын
❤ I love koder hq they made learning very easy ❤
@whatisamodel82529 ай бұрын
Who knew itd be an AI TTS voice that could actually convey this clearly.
@SigmundJaehn9 ай бұрын
Can’t handle the AI voice. Sorry.
@DatDat599 ай бұрын
You don’t need to use props.firstname in the template, you can use directly firstname
@caaltz9 ай бұрын
great content, and real world stuff we can actually use
@caaltz9 ай бұрын
Great and unique content, never see people teaching this in vue
@MauroSSosa10 ай бұрын
How can I maintain the structure using asyncComputed by vue-async-computed lib in vue3 with OptionsApi? asyncComputed: { items: { async get() { return await fetch(...); }, default: [], },
@goffyfoot8211 ай бұрын
I would like to be the first to leave a comment and say Thank you. Good information and direction. Here and your site 's info is easily digested. Glad I found your site as the videos are a bonus, I like reading as much as videos. Each one helps sharpen different things that are needed. Peace ...
@prashantkharade372111 ай бұрын
Thanks for guide. This is the best video for state management in svelte on KZbin. It gives me more clearance than documentation.
@ms.crawford133511 ай бұрын
Amazing
@s1nistr433 Жыл бұрын
This literally does not work, the fetch query doesn't run and nothing happens
@bohdanbilous1144 Жыл бұрын
What does this have to do with vue 3? This is vue 2
@rborowski Жыл бұрын
9:26 - there is a mistake in request body. You should assign properties of postData object, but you wrote "this.userId" instead of "this.postData.userId"
@kienvan1006 Жыл бұрын
can we update that file .json just by vuejs?
@vinylducky3 ай бұрын
no
@MohammedFalih-m3s Жыл бұрын
that is helpful thank you
@jdhurrell Жыл бұрын
I do not have a problem with the AI voice. While it's not as personal, I find it's easier to concentrate on the content when I can ignore the voice. Keep up the amazing work.
@andreubiosca190 Жыл бұрын
Thx u very much for this excellent videos. Loving Svelte! ❤
@sachinkmohan Жыл бұрын
Keep going! :)
@casmironyeka1104 Жыл бұрын
I just kicked off from your website now. I love the scheme of work already and I'm sure that with you guys I'll have a smooth ride with Vue 3.
@m.v_f.s Жыл бұрын
This is a great video, actually explain what each of the parts are, which is something where the VueJS documentation fails completely.
@patilrahul515 Жыл бұрын
Good....
@davidcotto8955 Жыл бұрын
excellent tutorial!
@Asia_Bangladesh Жыл бұрын
Simple to understand from your video thanks.
@xondamirG Жыл бұрын
Bro you're incredible. Kudos to you!
@hakan_temur Жыл бұрын
Thanks for the tutorial. It's very basic and clear.
@WashimBari-e2z Жыл бұрын
thank you
@weldonkipsang3332 Жыл бұрын
THIS HAS MADE MY PROPS LEARNING SIMPLE
@some_body_qtyeeuy Жыл бұрын
Cool
@andrewc3942 Жыл бұрын
option api != Composition API
@chameleonnn Жыл бұрын
this is vue 2 not composition API
@diggerpy2 ай бұрын
it says it right there. options api
@devandsleep Жыл бұрын
The best video about firebase! Thanks a lot!
@ericgiant3821 Жыл бұрын
Most clear, quick and usefull tutorial I have ever found. would recommend