Mam nobody has explained this important concept this much clear, this is the perfect example that is required to explain the concept. Great job, Thank you so much.😀
Nice Explanation on Reactjs....please post more and more videos... With some small project like filling forms and contact... And send to database using API...thanks alot
thank you so much for this video, I was exactly searching for this. but I have a question, isn't it possible to do the same in plain JS what React does? Like without re-rendering the entire component just for updating the clock div?
You nailed it. Good Job. Thank you so much. If I may ask, how much experience do you have with React and JavaScript? You seem to have really achieved mastery in coding. No one could ever explain virtual DOM like this with practical implementation and comparison 👏👏 👌, Others were only blabbering theories repeatedly 😡 I started coding from html, css, partials, JavaScript, nodejs and then React. It's been almost 2.5 years, with 6 months of experience working in a company. The remaining 2 years I was working in some management role, I just learned & practiced at home on my own from very beginning. Now I'm feeling like an ass and idiot for not being smart like you. I believe you must be having atleast 5 years of experience in React. Am I Right?? I'm sorry, I'm feeling jealous.😖
A very bad example and was not expecting this from a channel with such good views. The React example will render the whole tree again and again ->setTimer is called by setInterval, a new React element tree is created. ->ReactDOM.createRoot is called every time, re-initializing the entire React root. ->This results in the entire component being re-rendered from scratch every second. ->The input field is reset because a completely new component tree is rendered each time. To fix this you need to make it a controlled component and have a timer inside the component.
Mam nobody has explained this important concept this much clear, this is the perfect example that is required to explain the concept. Great job, Thank you so much.😀
Excellent example. I understood the concept on a higher level before but no one explained it with such clear example. Thank You 🙆🏻♂️
We need more teachers like you.👍👍👍👍👍
It is the best explanation anybody could have thought of...kudos Nisha
I really appreciate you, Ms.Nisha, The last 2 min of the video is excellent, I didn't know before. Thank you.
the only video that gives practical example. Thank you
Very important concept.. Thanks Nisha!
I feel so Lucky for finding your channel!!! Thank you!!!
Stay connected ✌🏻
Best explanation of Virtual DOM
Awesome examples and explanations!
What an easy and perfect explanation, glad to found your channel
Great Lecture, Thank You....Mam
Nothing is difficult if some one explain topic like this ,,,,,,,,,
thanks.............
Clearly explained…thanks
Excellent explanation ma'am. Thanks a lot.
wonderful and simple explanation .....
Wow, nice explanation. Understood
wow, thanks so much! You are Awesome Nisha Mam.
Thank you 😊
Well Explained and very informative, Great job
Perfect explanation
does rendering means refreshing or updating
Great explanation...
very good explanation.
Such great explanation. Looking forward to learn React
Great explanation
very great example.... u have a tendency to simplify complex concepts.. thanks
Nice Explanation on Reactjs....please post more and more videos... With some small project like filling forms and contact... And send to database using API...thanks alot
Good Job Nisha 🔥🔥
Thank you 😊
just great example
Thank you so muchhh I got the ans for what I'm looking for...
Perfect explaination 👌🏻👌🏻👌🏻👏👏👏
Nyc explanation of virtual DOM 😍😍. Waiting for more videos from react
Glad you liked it 😃
Very clear explanation mam
Thank you 😊
Love you mam ❤❤❤ your explanation helps me a lot
😀😀
I have seen so many videos On react ..your one of the best when come across react especially dom explanation...
Do videos on Js/react interview
Such a nice explanation...thank you...
Thank you for watching 😀
you the goat. niice explanationn
Good
Awesome 👍
😃😃
thank you so much for this video, I was exactly searching for this. but I have a question, isn't it possible to do the same in plain JS what React does? Like without re-rendering the entire component just for updating the clock div?
just amazing
Now I am clear with the concept, can you tell more about reconciliation?
Subtle explanation. Really nice video..
Thank you for your comment 😀😃🥰
Waiting for more videos on react
What is shadow dom please explain
Mam,expecting indepth videos on Angular
Actually angular is declining,so everyone focusing on react
You nailed it. Good Job. Thank you so much.
If I may ask, how much experience do you have with React and JavaScript?
You seem to have really achieved mastery in coding.
No one could ever explain virtual DOM like this with practical implementation and comparison 👏👏 👌, Others were only blabbering theories repeatedly 😡
I started coding from html, css, partials, JavaScript, nodejs and then React. It's been almost 2.5 years, with 6 months of experience working in a company. The remaining 2 years I was working in some management role, I just learned & practiced at home on my own from very beginning.
Now I'm feeling like an ass and idiot for not being smart like you. I believe you must be having atleast 5 years of experience in React. Am I Right??
I'm sorry, I'm feeling jealous.😖
Mam only use functional component please
This is called basic concept explanation ......you are not like the other youtubers who covered only the theory
A very bad example and was not expecting this from a channel with such good views. The React example will render the whole tree again and again
->setTimer is called by setInterval, a new React element tree is created.
->ReactDOM.createRoot is called every time, re-initializing the entire React root.
->This results in the entire component being re-rendered from scratch every second.
->The input field is reset because a completely new component tree is rendered each time.
To fix this you need to make it a controlled component and have a timer inside the component.
wrong information
What is wrong
Great explanation