Awesome dude. Please continue. I like the visual explanations as that is what I needed. For newer programmers who are just scratching the surface of how JS destructuring works, react looks like absolute spagetti.
I came from your reddit post and my god you have absolutely nailed the core concepts of react. I say, for react learners, this video is a must watch. And yes, make a part 2!
Just seeing this amazing video now. I really loved how you brole down the vonvepts syarting from showing us react and babel from a CDN to actually using thr tools we currently employ (vitr amd the likes). It really makes me appreciate the work they do under the hood
@Ismoil_Sharifov I agree but I've ran into this problem often. After I learn the concept, I quickly figure out I could have explained so much easier. The problem is most who teach programming are not teachers, just great programers.
This is such a fantastic video that I watched it several times in the row. You can use React without it but it helps massively with debugging and writing good code.
Hi, It was really helpful. Realized many mistakes that I was making while developing. Sorry not able to buy you a coffee right now but surely will do it in the future. Thanks. Waiting for part 2.
Excellent content here - perfect balance between great information and remaining concise - whilst I'm already an experienced front end developer, this was still a super helpful video. Looking forward to checking out more of your videos.
Great video. One topic I'd appreciate you to touch on is where state is actually stored in a FC. Every state change causes the whole component function to re-run, I'm wondering why the second time the `useState` func runs, the state won't be initialized again. My guesss is the state is stored in a store managed by react & `useState` somehow `hooks` the FC with the actual state.
Excellent video! Good brush up for experienced React programmers and a must for junior devs. Helps to understand how React works under the hood. Pls make a Part 2 covering Hooks, RSC, Suspense, Actions, etc.
Great video, but I believe even React team refuses Virtual DOM term and use React Element tree. Plus would be great to hear about Fiber Trees (Current and WorkInProgress) as well.
Found this helpful? You can buy me a coffee ☕ bmc.link/frontstart
Well done content. Keep it up!
@@Dev-cc3niThanks!
@@Dev-cc3ni part 2
Amazing video, I've been using react for a while but now I feel like I understand it a lot better, subbed and looking forward for the next vid!
@@markzuckerbread1865 Glad to hear that!
This was amazing! WE NEED THAT PART 2 (Context, error boundaries, etc) !!!! Thanks so much for spreading your knowledge
wow , this is quality content right here , in my experience learning react, diving deep into details , you discover bad practices and stop them
We need part 2 pleaassss
Massively
Excellent overview. Thank you. I would definitely enjoy a part 2.
Excellent video! I'd love to see a part 2.
Absolutely brilliant. Very eye opening. This is how a deep dive has to be. Waiting for part 2. Thanks a lot for the knowledge.
This was such a useful and clear explanation, thank you!
Please make part 2.... this is just sooo good
Awesome dude. Please continue. I like the visual explanations as that is what I needed. For newer programmers who are just scratching the surface of how JS destructuring works, react looks like absolute spagetti.
Agreed... Even after watching it twice I feel dumb that I didn't get *all* of it
This was awesome! What a fun way to convey fundamental React concepts. Nicely done, m'man
Quality content man! Really loved the entire video. Looking forward for more content from you.
I came from your reddit post and my god you have absolutely nailed the core concepts of react. I say, for react learners, this video is a must watch.
And yes, make a part 2!
Thanks! Part 2 is coming soon so stayed tuned.
@@frontstartdev I came back again to check if part 2 has come or not 😢
Instant subscriber. Please make more in depth (but short) videos like these! Webpack, Vite would be nice, and browser stuff
This was something I've been wondering about for a bit and really useful knowledge, thank you!
Best Explanation i found about React till date. Thanks Man ❤❤
Fantastic video dude! The key part is so didatic! Now makes much more sense why VsCode asks always for insert key on the list! Thanks a lot 🤘🏻
Great in depth video bro🤯
Literally saved my life, best video for interview prep
Such a concise video yet simple video covering some core and complex topics.
Really great video man need more like this 👍
This is genuinely quality content! Thank you so much!
Great explanation... we need a part 2
Just seeing this amazing video now. I really loved how you brole down the vonvepts syarting from showing us react and babel from a CDN to actually using thr tools we currently employ (vitr amd the likes). It really makes me appreciate the work they do under the hood
Great video, very helpful! Thanks for sharing. Keep it up! 😉🔥
Such a cool video. The best one I saw for particular topic, ty
Thank you this is awesome!
I'm looking forward for part 2
Great video, will send it to my junior devs. Understanding these concepts helps with the most common runtime bugs when using React. Well done 🎉
This helped solving one of the problems i was stuck from a long time
Great video my friend , hope there will be a PART2
I want to see a part 2
why are explanations about React made so difficult to understand?
It is programming man. To understand things is not easy
@Ismoil_Sharifov I agree but I've ran into this problem often. After I learn the concept, I quickly figure out I could have explained so much easier. The problem is most who teach programming are not teachers, just great programers.
Yes @@ismasoc5, I was about to say that. However, Supersimpdev and brocode are the ones I preferred to learn from.
I found ur channel when I was searching for Material Ui, and then found this video, great content ❤
This is such a fantastic video that I watched it several times in the row. You can use React without it but it helps massively with debugging and writing good code.
Hi, It was really helpful. Realized many mistakes that I was making while developing. Sorry not able to buy you a coffee right now but surely will do it in the future. Thanks. Waiting for part 2.
Glad you found it helpful 😁
4:45 you can also return an array.
5:42 wtf
This is absolutely excelent.
I love it Thanks a lot!
Appreciate the error.
Thanks. Loay here from Egypt!
Excellent content here - perfect balance between great information and remaining concise - whilst I'm already an experienced front end developer, this was still a super helpful video. Looking forward to checking out more of your videos.
Thanks! Glad to hear that!
Great video. One topic I'd appreciate you to touch on is where state is actually stored in a FC.
Every state change causes the whole component function to re-run, I'm wondering why the second time the `useState` func runs, the state won't be initialized again. My guesss is the state is stored in a store managed by react & `useState` somehow `hooks` the FC with the actual state.
usestate has closure over state variable
Really informative video. Everything explained nicely. Thanks a lot...
Great explanation. Part 2 please 🙏
Very good, we need a part 2.
Amazing 🙌🏼
Excellent video! Good brush up for experienced React programmers and a must for junior devs. Helps to understand how React works under the hood. Pls make a Part 2 covering Hooks, RSC, Suspense, Actions, etc.
9:43 what da mouse doin?????
a much needed refresher material In a world of tutorial hell
Part 2 please, great explanation
Great video! Part 2, please!
Damn, rooting for a part 2!
great video! waiting for part 2
Great explaination! still like Vue hehe. But Im doing React right now.
Fantastic tutorial - thank you!
In short, behind the scence the way ReactJS works is just 3 steps: trigger -> render -> commit, right?
What if you are using all libraries together ? Is it a framework, then ?
Great video man!! Saludos desde chile :)
well this is a great video thanks maan keep it up
Awesome! Great job!
Awesome video. Could you please make part2?
Great video, but I believe even React team refuses Virtual DOM term and use React Element tree. Plus would be great to hear about Fiber Trees (Current and WorkInProgress) as well.
Great! Thanks a lot for your effort.
4:19 was that intentional?
very helpful! thank you!
Part 2 highly appreciated
Thank you this was helpful! ❤
That's amazing man just Continue
Top erklärt! Wo hast du dir diesen Deep-Dive angeeignet? Kannst du Bücher/docs oder sonstiges empfehlen?
Danke! Ich habe hauptsächlich die offiziellen React docs benutzt. Kann ich nur empfehlen!
Is the reconciler a part of React or ReactDOM?
Part 2 please. Thanks for part 1
This video counts for a sub ofcourse. Make more such content. Awesome quality content
Why is the complexity n^3?
Great Video!
Amazin, keep going
Yes, I wanna see part 2
great topic, thanks
Great explanation thanks
Great content
We need those topics also
part 2 where?
Part 2 Waiting Bro !
please make that part 2
Part 2 please ❤
Part 2 plz
Good One 👌
It's 2023 so I think it's important: how does it connect with fiber? ;)
We need Part 2.
Perfect video!!!!!
We need part 2😁😁
Excellent video
part 2 needed pls
Please record its part two
Helping you to break TH-cam algorithm.
We need part 2
Thank you so much.
that part with the snapshot killed me. cuz of the old lady taking a picture of herself XDDDDDDDDDD
bro, where you inspired by fireship style?😄
really nice video
Nice vid
very good one..
Good one part 2 please