React Render Tutorial - 6 - Parent and Child

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

📱 Follow Codevolution

Parent and Child rendering behaviour in React
Рекомендации по теме
Комментарии
Автор

You explained very well and in a simple way.. thank you so much for this hard work

nasreenustad
Автор

was struggling with render issue for the whole day. This video came as a rescue. Thanks much @Vishwas for such a great content.

syedsaqib
Автор

This was so so amazing, really want to thankyou Codevolution. You are the best

samratchandravanshi
Автор

I really appreciate your work! can you please upload all of presentations you put at the end of each video?

avivcohen
Автор

Very good ReactJs Tutorials, By watching this videoes, every can become master in React JS
I have 1 question, if new State is same as old State between re-renders, why it is rendering only Parent Component
Here Rendering Parent Component also not required since new State is same as old State

ashokmandadi
Автор

thanks for your effort, great explanation

cheattube
Автор

Hi, thank you for this amazing tutorial.
How can we access these slide?

MohdShahid-jzzh
Автор

At 10:50, child component doen not re-render on same state of parent component means child component does not make it up to commit phase, right? It still goes through the render phase once.

yashpaneliya
Автор

Thanks for the explanation. If the parent component has a useEffect which is updating a state variable let's say setEnabled(true) then in this case is the child component suppose to re-render.. if yes then what determines that the child component is rendered with updated data with change in DOM? I mean do we need to have useEffect in child component as well to see the updated data?

santoshsethi
Автор

Is it possible to pass value from parent to child after render child component? Any way pass value from parent to child in mid of any action.

niharikadeshmukh
Автор

Such great work 👍
One doubt, is this video not part of the render series?
I guss after second video, videos are not shown in video playlist

PratikBhurewar