React 16.12 Tutorial 13: props.children

preview_player
Показать описание
In this video we'll look at how the children prop works in React and what you can do with it.

------------
Don't forget to subscribe and like the video if you enjoyed :)
Рекомендации по теме
Комментарии
Автор

Finally an explanation that makes sense. Thank you!

thecyrusj
Автор

And that's it, well explained. I don't get why is it so difficult to explain for some instructors. Thank you sir.

alexpiano
Автор

Oh I get it now! I hadn't got it when I read the documentation. Good explanation, thank you.

danieltkach
Автор

Thanks for the explanation. I was going nuts from understanding this concept from other courses

MikeTypes
Автор

Thank you for explaining a basic concept which I was not able to understand through documentation.

mirzafarazbaig
Автор

Indeed, thank you for explaining this succinctly .

anton
Автор

Thanks, Mehul. Your explanation was great.

aguyitzkak
Автор

Finally I got the concept of children in react

farukmansuri
Автор

Very time-saving and helpful video! thanks

Quangnguyen
Автор

You gained a subscriber in 4 minutes. Well done! Thanks alot :)

addy_
Автор

Thank you so much for the great explanation

mehtabahmed
Автор

Thank you very much for your explanation! It saved me a great abundance of nerves :-)

alexvitchinov
Автор

Hey man, im from Brazil! REALLY REALLY AWESOME! Congrats

matheussantiago
Автор

I want to add click on my children component (here in example adding Onclick on 'P' tag). is there a way to achieve it ?

javascriptduniya
Автор

taking short time but as useful as gold

amirshirali
Автор

Hello. This Is very well explained. I want to know how can I pass down props to that children element .

boukman
Автор

Is it possible to call a method in every child, in order to reset their state?

MaximoPower
Автор

what if i will fetch some data in GreetComponent function and want to send that data as prop with returning props.children?
roughly speaking data from greetcomponent to child in App function

sakethyenumulapelly