ok, I've watched like 4 videos before this one, and this is exactly what I needed. Yeah a lot of times learning by doing is great, but getting a high level view of what makes a technology useful is so great before you get your hands dirty. Thanks!
I haven't even touched React yet, but this makes so much sense. Your explanation, illustrations and codes are simple and really easy to understand! Great job man!
So true, and I've found that trying to learn full stack development is much easier by trying to learn front end first, then figuring out how to send data to the back end and vice versa.
This is by far the best video Ive seen about the ecosystem of react and how it works! You made clear distinctions and also gave a bit of insight on things (like single pages not being single pages). I loved it, keep it up!
I know/learned some basic React and this is one of the best React basics videos out there. Very well captured and awesome animations to understand the react workflows.
Started learning React through your Notes application crash course. This video explained so much things in short and precise language that I was unable to grasp in that long video code-along course. You are my favourite tutor on youtube. Respect!💯❤
Interesting... I think I'll try learning React now! Earlier versions didn't make sense to me, so I stuck with Angular. I really like the idea of built-in event handlers, state and props as shown in the video - so streamlined! No more futzing with jQuery and other sloppy-built JS functions.
I have been learning React for a while now and what you have said is very true. It's hard almost impossible to create a website without this fundamental skills at your fingertips. Thank you for laying it out in a simple manner. This is actually a roadmap.
Perfect, just the bite size concept introduction I needed. I've fumbled around a few React codebases over the years without needing to get into the nitty gritty of the code, but now I'm managing a team of React devs so wanted a better holistic understanding and this was a good first step. Thank you!
Great video man, explained why I should care about React. Most beginner tutorials make websites that look like they could be done directly in JS but this explains why i should be using react instead.
This is literally the complete revision of React and all that is required to learn it. Wish I had come across this earlier. Had to figure out a lot of stuff all by myself.
Dennis we really love your Django content, it's outstanding stuff. We'd love to see a full fledged React beginners course from you, your explanation is always too good xD
This is amazing. Thankyou ! when i complete my javaScript course i don't no where from i start react. But i watch this video now i know the roadmap. where i start the course form starch. thank you so much💞💞💞💞
loved this video very well put together! not sure why im even watching it im never getting in to web dev but thought it was nice to see what it was like i guess with this nice overview
Hi, would I be able to learn React efficiently without too much knowledge in JS? Or I should learn JS first before jumping into buying the React course?
Recommended for technology leaders, who don't need to know how to code each and every technology but know what to expect in each technology and current trends.
I think this is the framework they were mentioning at the time. I could be mistaken by name but people were suspecting it was exploits built in because the amount of code in it was so much more robust than a person typically/always needs to code a webpage equivalent. They made mention they didn't have a way to verify and pushed it forward anyway.
Hello, dennis I am a big fun of your channel, can you do a vedio on django newsletter, just a suggestion it would be helpful to most of your members 🙂.
Love it. I have just one question, where does figma stand in the web dev process ?? Seems everything is programmed directly through react and back end taken care by itself (node.js etc..), so do UI/UX is done through react, or figma ? Is figma necessary/better? I get confused about this aspect in the process
Figma is a great tool for when you want to get a design concept made before you start coding, but NOT a must. If you know what you want, then you can start without figma, but typically its good to have something designed beforehand so you can see what it will look like before spending too much time coding only to find it doesn't look good. If you are working with some team, Figma becomes more necessary. For example: I hired a developer to create templates for me. I never approve anything until I see the design in figma first. This way I dont pay him to code up something I wont approve anyways. Hope that gives you an idea.
Hi. Very good explanation. What about angular vs react? Framework vs library? Which is the best choice to learn? Which is still developed and maintained (2022)? thanks.
Hey are you going to update this video? I noticed the latest version of react-router-dom has a few changes and the course I bought from your website doesn't work the way you set it up
ok, I've watched like 4 videos before this one, and this is exactly what I needed. Yeah a lot of times learning by doing is great, but getting a high level view of what makes a technology useful is so great before you get your hands dirty. Thanks!
I try to see abstract ideas like physical objects. Any view you can get is a good observation. You want to turn the object, zoom in, zoom out etc.
@@8xnnrgreat idea! Coding requires imagination for sure 🎉🎉
What is React? - 0:30
What are single page applications? - 1:00
JSX - 2:24
Url routing - 3:10
Props - 3:31
State - 3:55
Componen Lifecycle - 4:36
Hooks - 5:25
State Management - 6:07
Virtual DOM - 6:50
Key prop - 7:25
Event Listeners - 7:51
Forms - 8:10
Conditional Rendering - 8:46
Commands - 9:18
Would you happen to have any sources you recommend for self teaching?
I think youtube programmers has to do more videos like this than the actual coding itself
This guys are clever in business😍😍😍🤩🥰🥰🥰🤩🤩🤩😍😍😍😍😍🤩🤩🤩🤩🤩🤩😍😍🤩🤩🤩🥰🥰🥰🥰😍😍😍🤩🤩🥰🥰🥰🥰🤩
@@S-Lomar what's up with the emojis lol
I haven't even touched React yet, but this makes so much sense. Your explanation, illustrations and codes are simple and really easy to understand! Great job man!
So true, and I've found that trying to learn full stack development is much easier by trying to learn front end first, then figuring out how to send data to the back end and vice versa.
@astrahcat1212 This is true for me too. Front end has been smoother to grasp.
Going so deep into React and give such a nice overview in just 10min is just amazing good job
This is by far the best video Ive seen about the ecosystem of react and how it works! You made clear distinctions and also gave a bit of insight on things (like single pages not being single pages). I loved it, keep it up!
Such a great, straight-forward and comprehensive overview! Wish this had been around years ago. Thank you!
I know/learned some basic React and this is one of the best React basics videos out there. Very well captured and awesome animations to understand the react workflows.
Watching this and going for interview is crazy, and getting selected is even crazier
Even I have watched it on 2x 😂
I was looking for this comment 🤣😊
Wish me luck 🫡
@@roshansharma9042 x
Started learning React through your Notes application crash course. This video explained so much things in short and precise language that I was unable to grasp in that long video code-along course. You are my favourite tutor on youtube. Respect!💯❤
Interesting... I think I'll try learning React now! Earlier versions didn't make sense to me, so I stuck with Angular. I really like the idea of built-in event handlers, state and props as shown in the video - so streamlined! No more futzing with jQuery and other sloppy-built JS functions.
I have been learning React for a while now and what you have said is very true. It's hard almost impossible to create a website without this fundamental skills at your fingertips. Thank you for laying it out in a simple manner. This is actually a roadmap.
Perfect, just the bite size concept introduction I needed. I've fumbled around a few React codebases over the years without needing to get into the nitty gritty of the code, but now I'm managing a team of React devs so wanted a better holistic understanding and this was a good first step. Thank you!
Genius, first guy that explains the things without advertising an unuseful
tutorial
Thanks a lot! I have been working on API documentation at work for the past 8 months and this was a great refresher. 🙂
Great video man, explained why I should care about React. Most beginner tutorials make websites that look like they could be done directly in JS but this explains why i should be using react instead.
THIS WAS WONDERFUL!!! You explained the core concepts in such a simple & easy way. Really loved it. Thank you so much! 💝
This is literally the complete revision of React and all that is required to learn it. Wish I had come across this earlier. Had to figure out a lot of stuff all by myself.
Dennis we really love your Django content, it's outstanding stuff. We'd love to see a full fledged React beginners course from you, your explanation is always too good xD
This is amazing. Thankyou !
when i complete my javaScript course i don't no where from i start react. But i watch this video now i know the roadmap. where i start the course form starch.
thank you so much💞💞💞💞
Great video. Thank you. Concise and informative. I’m getting into web development, and this is the first time that React has made sense to me.
that was so helpful . gives a general familiarity with react , therefore learning faster while having the big picture in mind! thank u !
Best explanation video I 've seen so far!
Thank you soo much Dennis for the new course..am enrolling to the course right away.....May God bless you abundantly
AWESOME content!! every react beginner should see this before starts coding...
Thank you. Once I finish my semester I will start a course about this library.
One of the best intro to React videos!
Another great video from a great guy. Thanks for helping us learn to code.
Very quick React development terminologies. Easy to make a quick learning plan using this video.❤
Wow the subtle comment about the "single page apps" being a misnomer @1:25 is an extremely important point, thanks for that
Wow! 10 minutes and too many infos and understandable to beginners.
Thanks
thanks, I got an interview tomorrow and this helped me
Best video I’ve ever made love you man
A nicely structured introduction to React. Thank you very much!
Yesterday night I am started learning
Your react course, then morning it will be coming.
i start my day with your video. thank you Dennis
love you sir, always learned something from you, keep it up man, thanks
loved this video very well put together! not sure why im even watching it im never getting in to web dev but thought it was nice to see what it was like i guess with this nice overview
Coming from a flutter development background, This was greatly helpful.
Thanks alot
8:04 Minutes in and your explanation got me subscribe, like and download this video! Quality === 10/10
The component cycle 4:40 and the virtual dom 6:51 parts are really interesting
This series is very helpful .hope you will make more like this on different web-technilogies. 🤗
ok, Now I can add react to my resume.
Very helpful for first time React learners.
This singlehandadly started my django career.. now adding react to the table :D
best explanation for React JS thanks Dennis
Only video that helped me understand the basics of react. Thanks.
it's awesome.. Amazing synopsis.. simple explaination.. thank u from indonesia 👍
BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY MUCH!
Great 10 min review, just what i needed.
That's absolutely Amazing start to new ways to come up with important concepts in this manner Keep sharing Dennis sir!!!!!!!!
thanks, i'm studying react! by 2024, i NEED to know what i'm into and this was very informative. time to master my knowledge
best intro video, seen so far
Hey, thanks a lot! Being self taught this helped me to figure out some areas that I missed, and I know what to focus on now 🙂
super effective explanation. this is awesome.
Really awesome video i want to refresh my memory and it helped a lot THANKS a lot
Amazing synopsis - definitely will use for future reference!
I like to give so many likes in this video. Cool content, i enjoyed
Hi, would I be able to learn React efficiently without too much knowledge in JS? Or I should learn JS first before jumping into buying the React course?
Better learn first
Great vid gave me everything I didn’t know I needed to know
What a refresher course👍🏽
I spent nights learning all of this and this guy just told everything in 10 mins Lmao 😭
Succinct, yet comprehensive video on the core concepts of React. Thanks, Dennis
{2021-11-20}
Recommended for technology leaders, who don't need to know how to code each and every technology but know what to expect in each technology and current trends.
@9:08 "Inline if/else conditional operator?" You mean ternary?
I think this is the framework they were mentioning at the time. I could be mistaken by name but people were suspecting it was exploits built in because the amount of code in it was so much more robust than a person typically/always needs to code a webpage equivalent.
They made mention they didn't have a way to verify and pushed it forward anyway.
My interview starts in 11minutes. This had better be a good video.
Good content. helpful for beginners.
Title of the video: React Interview Made easy 😂
im a little less lost now, that was very helpful, thank you alot
Thanks for this insightful video!
You covered so much in just 10 mins
Thanks for this video! Super helpful 🔥
Amazing explanation. Thank you
really really good video! thank you so much
It's a really great explanation..
well explained in short time.
Superb..
Thank you😊
This video was really really good.
Hello, dennis I am a big fun of your channel, can you do a vedio on django newsletter, just a suggestion it would be helpful to most of your members 🙂.
Very impressive video and content
Thank you very much. I appreciate
Love it. I have just one question, where does figma stand in the web dev process ??
Seems everything is programmed directly through react and back end taken care by itself (node.js etc..), so do UI/UX is done through react, or figma ? Is figma necessary/better?
I get confused about this aspect in the process
Figma is a great tool for when you want to get a design concept made before you start coding, but NOT a must. If you know what you want, then you can start without figma, but typically its good to have something designed beforehand so you can see what it will look like before spending too much time coding only to find it doesn't look good. If you are working with some team, Figma becomes more necessary.
For example: I hired a developer to create templates for me. I never approve anything until I see the design in figma first. This way I dont pay him to code up something I wont approve anyways. Hope that gives you an idea.
@@DennisIvy thank you! Very well explained! Much appreciated!!! Thaaanks
Very nice explanation
waiting for more react videos, could you please do some resume level projects using reactjs
Hi. Very good explanation. What about angular vs react? Framework vs library? Which is the best choice to learn? Which is still developed and maintained (2022)? thanks.
Thanks a lottttt ❤❤❤ 🎉🎉🎉
That was kind of....
Well, I'm not usually saying this, but...
Perfect(..?)
Thank you.
Great refresher
Hey are you going to update this video? I noticed the latest version of react-router-dom has a few changes and the course I bought from your website doesn't work the way you set it up
Amazing video!! Thank!
Would be interested in a full stack React with Django e-commerce website
Hi Dennis, I bought the django course, where can i get the discord invite?
Awesome recap
yes everything is very logical my friend, yes yes let's use big words
Hey, Dennis! Do you plan to update beginner's course on Udemy when where will be something to update? ;)
Just curious how up to date the crash course is in June 2024? Thanks!
Denis, how to u see react and Vue? If u pick one as a Django programmer , you might pick up React?
I’ve used react with Django many times. My personal preference
Make a video for node and express brother..😄
Hey Dennis, do you think for django-react developer it is important to learn Redux or not !