Vue.js 3 | How Props Flow Inside the Component ?

preview_player
Показать описание
To pass data from the parent component to the child component we use something called props
In this video, we will talk about how to send props from the parent component as properties in two ways: static and dynamic
And receive them in the child component through the props list as an array.

JavaScript Array Methods Playlist :
Рекомендации по теме
Комментарии
Автор

I LOVE YOUR EXPLANTIONS with all the visual changes .. it really helps to learn. rather than what other people do and just keep on saying stuff and moving on.. Please get us more web dev content .. waiting

samridhchawla
Автор

A very GREAT EXPLANATION Man... really Loved it...

AnantaAkash.Podder
Автор

Very straightforward with great presentation, I love it. Thanks!

benztagle
Автор

simple and great explanation i love it
keep it up brotha

z_ozQ
Автор

Best explanation I have ever seen! Keep your videos that way!

Ramzord
Автор

in vue versoin 5, the props is an object instead of array ---- props = {firstName : Sting} instead of props = [firstName]. I tried using props as an array but error occurs

DuckDuckGo