React State Management Tutorial | Context Api | React Tutorial For Beginners

  Рет қаралды 532,244

developedbyed

developedbyed

Күн бұрын

Пікірлер: 881
@nepalcodetv6298
@nepalcodetv6298 5 жыл бұрын
pass props is not main problem for using state management it is event handling to delete ,add, create,change etc.. to parent component having state . Great Content. Thank You
@developedbyed
@developedbyed 5 жыл бұрын
Correct! Should've made that a bit more clear! My bad!
@blasttrash
@blasttrash 5 жыл бұрын
pass props is definitely a problem. It might seem a problem if you are only passing it one level down. But what if you have to pass a prop all the way down 50 levels to some grandchild in the dom tree? or what if you have to pass it a node that's 50 siblings away in the dom tree? State mgmt solves that problem as well by centralizing this. This is the reason we have mapStateToProps as 1st argument in connect method of react-redux.
@atulchavhan8003
@atulchavhan8003 5 жыл бұрын
Is this a full time replacement for redux or lack some/many features?
@mikecurry6847
@mikecurry6847 5 жыл бұрын
@@atulchavhan8003 definitely not a replacement but sometimes redux may be a bit overkill. In the end of the video he mentions the main drawback to the usecontext, each element who has it will rerender upon state change, which might not be the best thing for a giant application
@markokafor7432
@markokafor7432 5 жыл бұрын
@@developedbyed please do you have another video explaining what he said. i am getting state from an add to cart button. i cant just copy state and paste in addToCartContext.js. I have to pass it from child to parent
@jani14jani
@jani14jani 5 жыл бұрын
If you are already familiar with React and came to this video for the Context API & Hooks start watching at 14:00. If you are still a beginner in React start at 0:00.
@hchchc948
@hchchc948 4 жыл бұрын
Came down here to comment this after I skimmed through 14 minutes...that's why you always check the comments first
@aammssaamm
@aammssaamm 4 жыл бұрын
Thanks, this silly guy worries about music more than about his one presentation time codes.
@sarunmaharjan2508
@sarunmaharjan2508 4 жыл бұрын
@@hchchc948 Tip: always watch tutorial videos 2x playback speed
@SergioArroyoSailing
@SergioArroyoSailing 4 жыл бұрын
@@sarunmaharjan2508 same. I try to give tutorials a quick scan through first so I know whats coming. Then I can focus on the sections I really want
@sudhanshumarimganti4694
@sudhanshumarimganti4694 4 жыл бұрын
Ahhhh! I read your comment after watching the whole video! That's how good Ed is!
@maciejziemichod37
@maciejziemichod37 4 жыл бұрын
this guy is a brilliant and hilarious teacher at the same time, I love it
@popoduck8309
@popoduck8309 3 жыл бұрын
Moi Aussie, mon Ami 😀
@suchanachakrabarti6783
@suchanachakrabarti6783 4 жыл бұрын
Finally, I got a clear picture of context API which I have been struggling to learn for long. Thankyou for this awesome tutorial.
@sudarshan_savvy
@sudarshan_savvy 4 жыл бұрын
I just love, when someone first explain the problem and before teaching the solution, and he did the same.. I just love the way he clearly explains the things. best
@vijaykumarreddyalavala3713
@vijaykumarreddyalavala3713 5 жыл бұрын
This one is among the fewest videos on KZbin that actually explains why State management is important.
@TheSaintsVEVO
@TheSaintsVEVO 3 жыл бұрын
And apparently the explanation is wrong according to the pinned comment
@kartik4152
@kartik4152 3 жыл бұрын
@@TheSaintsVEVO the explanation isn't *wrong* , its just a matter of what problem you want to tackle.
@shivanigaddagimath6105
@shivanigaddagimath6105 3 жыл бұрын
Hey! Are you studying or working currently? Are you open to internship/job opportunities?
@seanc846
@seanc846 4 жыл бұрын
Ed makes things so easy to understand. I spent hours reading or watching other material and they always complicated it somehow. Ed is right, this is a great precursor to learning Redux. Thank you Ed!!!
@ashimov1970
@ashimov1970 2 жыл бұрын
Absolutely!
@reign9211
@reign9211 Жыл бұрын
I'm telling you....
@alexph4833
@alexph4833 4 жыл бұрын
I'm so happy because i'm learning React and english at the same time, and it feels so good when you understand both things. Thank you Ed.
@eddiechen6389
@eddiechen6389 4 жыл бұрын
Oh gosh!!! I like how u showed us the problem and then showed us the solution later on, to the point!!! YOU ARE GOOD!!
@willd0g
@willd0g 4 жыл бұрын
Thanks Ed, this was really helpful. Especially the way you stepped first through the rudimentary approach before introducing the more sophisticated way whilst adding just the right amount of complexity at each layer. The logical flow of the presentation was really great.
@asharma741
@asharma741 3 жыл бұрын
No simplest little project like this on the internet on context api. I am trying for first time and I got it!. Many thanks to you my best friend. Your tutorials are really effective.
@mr.RAND5584
@mr.RAND5584 4 жыл бұрын
Re render all props. I think that is the purpose of it. To distribute all the data to components. Like authentication, themes, current user... Awesome tutorials. Crystal clear. No indian accent. Big font code.
@bagup_alpharetards
@bagup_alpharetards 4 жыл бұрын
One of the best explanations of the Context API. Dev Ed is no doubt one of the best instructors out there when it comes to explaining things easily and efficiently. Thank you so much. You were really helpful.
@ast453000
@ast453000 3 жыл бұрын
great tutorial. doesn't rely on previous code and doesn't spend hours on css and other bs. gets pretty much straight to the point. every tutorial should be like this.
@kefamutuma7402
@kefamutuma7402 4 жыл бұрын
I'm I the only one rewatching this in 2020? This video makes more sense after I struggled with passing props in components. Great content Ed. Thanks a lot.
@ijasdeen3809
@ijasdeen3809 4 жыл бұрын
I watched at least 50 videos about the topic, not a single one explained like this. Thanks bro
@rahulbhatia4246
@rahulbhatia4246 4 жыл бұрын
Possibly the best explanation of contextapi on youtube.
@punithsharon9610
@punithsharon9610 2 жыл бұрын
I saw a bunch of videos trying to understand this concept. And your video is the only one that made it so simple to understand this concept. Breaking the video into problems and providing solutions to them makes the concept crystal clear. You are an amazing teacher. Thank You so much.
@yeahyeahduderooski
@yeahyeahduderooski 4 жыл бұрын
This is the fastest and best explanation I’ve seen for using context so far. Thank you!
@arbobmehmood5831
@arbobmehmood5831 3 жыл бұрын
Best tutorial on Context API period. All other youtubers are teaching like people already know what context api is. This is the only one which teaches from scratch. Loved it. That's why you are my favorite webdev youtuber.
@henrynkuke8445
@henrynkuke8445 3 жыл бұрын
So far the best explanation i've come across about the contextApi
@raphael4515
@raphael4515 5 жыл бұрын
Finally someone explaining how to use Context between different files. Thank you for this!
@nicopicco
@nicopicco 3 жыл бұрын
This video is over 2 years old, but....by far it is the best on this topic. I absolutely love that Ed describes the issue/problem in detail to understand what is being fixed. Thanks Ed.
@syedittyhadulislam1276
@syedittyhadulislam1276 Жыл бұрын
A few days ago I was scared of the context API. After watching the video, the fear is over. Thanks man. I appreciate your teaching style... Now I'm one of the new subscriber on your channel.
@matheuscardoso1
@matheuscardoso1 3 жыл бұрын
You have no idea how grateful I am for your videos, man... When I searched for Context API and found this one, I was like "Thanks God I'm finally going to understand that!". I was not mistaken by the way. Yet another time, thanks for saving my life.
@stephenoj5384
@stephenoj5384 3 жыл бұрын
I have read the official React docs on the context API but it wasn't all clear still until I went through this tutorial. Thanks Ed.
@sanchayshrivas7749
@sanchayshrivas7749 3 жыл бұрын
Finally, I got to understand this, you're awesome, you explained each and everything clearly and their purposes, how everything's connected all together and all of this without overcomplicating things by using a complex example to demonstrate but you actually kept it all simple and clear! Thanks a lot!
@thisisgurkaran
@thisisgurkaran 4 жыл бұрын
This is one of the best tutorials on Context API and state management that I have seen youtube. Thank you
@mahirvahmad2149
@mahirvahmad2149 2 жыл бұрын
After watching many videos about Context API finally I got clear idea about useContext. Thanks a ton !!!!
@barney8545
@barney8545 3 жыл бұрын
So helpful! I learned how to set up context api quickly, and it's more straightforward than most of the tutorials I saw,
@jawadshah8043
@jawadshah8043 2 жыл бұрын
Great way of teaching and explaining. I picked everything in first attempt. Not need to watch again. May God bless you.
@irriet2
@irriet2 3 жыл бұрын
This was the clearest explanation I've seen so far. Thank you, I can finally use it on my own.
@writersocean9347
@writersocean9347 3 жыл бұрын
I am just a beginner in react and state management ,was facing a lot of problems in prop drilling ,thank you so much for teaching this technique, helped me a lot:)
@ozzyfromspace
@ozzyfromspace 3 жыл бұрын
I've been watching this (and other related videos) over and over for about half a week now. I've also been working on a beginner game in react and trying to use hooks the right way. Every time I try, my code looks better and I understand React that much better. Thank you for making your videos publicly available, Dev Ed! You're a real one 🏆🤓🙌🏽☺️🔥
@adamploof3528
@adamploof3528 2 жыл бұрын
Been working on getting used to using React hooks instead of the passing props down through class based components and this was for sure the most helpful tutorial I've checked out. Thank you!
@ayush612
@ayush612 5 жыл бұрын
1000+ likes 9 dislikes. implying, helpful to the 99% who watched. Speaks for the quality of the content! Thank you Sir!
@abhinavsood8915
@abhinavsood8915 4 жыл бұрын
You are a breath of fresh air "IN TUTORING"..........
@therigglet3548
@therigglet3548 4 жыл бұрын
Needed clarification on updating state and propagating via context. Great job, thanks.
@Usurperhk
@Usurperhk 3 жыл бұрын
Best tutorial on context hooks. The documentation to this topic should point to this video!
@PabloPellegrini
@PabloPellegrini 4 жыл бұрын
The best way to understand something is read the official documentation and then go to find that something explained for Ed, Great explication, Thank you so much!
@kiranbabu9267
@kiranbabu9267 4 жыл бұрын
this guy is enjoying explaining his code .......i love this guy
@jahelsantiago
@jahelsantiago 3 жыл бұрын
i was very confused reading the react documentation and then i saw your video and every thing became clear, Thanks
@Szchmausser
@Szchmausser 3 ай бұрын
2024... Here again. I followed this steps today, five years back, and still works!
@alexmercer5870
@alexmercer5870 3 жыл бұрын
I love how ed keeps smiling and that makes the content more friendly ! Love ed! Good vibes ❤️
@lt5056
@lt5056 2 жыл бұрын
the best teacher ever, make things easy to understand
@emmanuelakogwu720
@emmanuelakogwu720 4 жыл бұрын
What would I have done without this channel ? THANK YOU !!
@zaratejavierjz
@zaratejavierjz 4 жыл бұрын
please make more React videos. You are the only person who explains it well enough.
@mohammedenqira6226
@mohammedenqira6226 3 жыл бұрын
I don't what I could do without you Ed
@realnanodude
@realnanodude 2 жыл бұрын
Thanks a lot, I really liked this tutorial. Appreciate that you also explained the downside of using the context api at the end of the video. Makes it easier to understand the difference between context api and redux.
@benediktlantsoght1706
@benediktlantsoght1706 4 жыл бұрын
Oh Captain, My Captain! A deep and sincere "THANK YOU"
@BM-uf4pp
@BM-uf4pp 4 жыл бұрын
possibly the best video on context api
@tgtib
@tgtib 3 жыл бұрын
I am learning more in a few minutes on KZbin with Dev Ed than in the long 4 months course I've attended for learn React, ehehehe. Great teacher.
@siharps30
@siharps30 3 жыл бұрын
Best Context API tutorial on KZbin! Superb tutor, great content
@PhantomCurve
@PhantomCurve 2 жыл бұрын
Thank you so much for this! Was having a hard time understanding how context truly functions and this really made things much clearer.
@ashkan9747
@ashkan9747 4 жыл бұрын
you are explaining the most complex things in the simplest way and that is awesome thank you very much very very nice tutorial.
@aimeej2191
@aimeej2191 3 жыл бұрын
For real... I will go through hours of lesson content with no luck, come here and everything finally clicks
@Behold-the-Florist
@Behold-the-Florist 2 жыл бұрын
Ed, you're an exceptional teacher! Thanks a lot for the video!
@leanblue2010
@leanblue2010 2 жыл бұрын
THIS GUY SAVED MY WHOLE PROJECT lol
@Toffe
@Toffe 5 жыл бұрын
After binge watching random redux tutorials and trying to understand its implementation, this is heaven sent. IMHO react context API is much easier to understand and implement for beginners like me, Thank you very much for your very concise and well-executed tutorial video.
@ashishchourasia2830
@ashishchourasia2830 3 жыл бұрын
The first thing I do after clicking the thumbnail of the video is to like the video; cause I am sure the video is gonna be awesome!!!
@SergioArroyoSailing
@SergioArroyoSailing 4 жыл бұрын
This is a fairly complex concept, especially for beginners. Thanks for doing a great job of explaining and clarifying it.
@mabeleain2657
@mabeleain2657 Жыл бұрын
Finally, I found this video. Thanks Ed. You totally cover the topic.
@mahsa6699
@mahsa6699 2 жыл бұрын
I LOVE how simple U explain things. THANK U so MUCH
@aerial216
@aerial216 3 жыл бұрын
Thanks a lot Ed. Seeing you smiling is like also making us learning Coding is fun.
@emmaOuiMonAmi
@emmaOuiMonAmi 4 жыл бұрын
You do a good job of giving enough info without being boring or confusing. Thank you for making this!
@salmansaeed4039
@salmansaeed4039 2 жыл бұрын
teach me
@prithwirajdutta3827
@prithwirajdutta3827 4 жыл бұрын
Excellent ed you just created the best react context API tutorial in the world.
@candleswilam
@candleswilam 4 жыл бұрын
so clear explanation, i like your way of teaching code with fun , make it interesting and not boring , thank you so much
@birenjung
@birenjung Жыл бұрын
felt so grateful for this amazing explanation of use context
@natalieacevedo4575
@natalieacevedo4575 2 жыл бұрын
best programming teacher of youtube!, thanks so much for making such great videos!
@temzeks
@temzeks 3 жыл бұрын
Watched two times and i think i understand it now. Watched the video along with Dave ceddias react book. filled up the black holes pretty well! Ty
@RaajKanchan
@RaajKanchan 5 жыл бұрын
Thank You Dev Ed, you made the concept very simple to understand. I would recommend the video to every beginners.
@MrNimbus3000
@MrNimbus3000 3 жыл бұрын
Thank you! Thanks to this video I saw really useful features and approach of using Context which was not covered in the original documentation. You are rock!!!
@gnumanoj
@gnumanoj 3 жыл бұрын
Hi Ed, I have been watching your videos as and when needed, but this was (is) the gem of all. You made it super easy to understand the whole Context API in 30 minutes, that is _brilliant_ ! Thank you again!
@jani14jani
@jani14jani 5 жыл бұрын
Thanks for this video Dev Ed. I always thought the context API as very clunky compared to Redux etc... This video made me realize how easy it really is.
@mataspigaga
@mataspigaga 3 жыл бұрын
This was fantastic. I went through a 40 hour course on React and watching the first 15 minutes of this really made the concepts sink in on how it all works simply
@dennismubamba5064
@dennismubamba5064 4 жыл бұрын
This playlist really helped get a grip on React and helped get a new job. Good looking out Ed :)
@aurelien76800
@aurelien76800 4 жыл бұрын
So much content on KZbin, so few high quality as yours. You are my favorite :) Keep going on!
@RickBeacham
@RickBeacham 3 жыл бұрын
Wow you make React easy and fun. Great teaching and I like your humor.
@fernandosalas4885
@fernandosalas4885 2 жыл бұрын
Best explanation ever about Context API.
@vishsingh7235
@vishsingh7235 4 жыл бұрын
This video and your React Router video both helped me through projects that I was having a hard time with. Your teaching style is so reassuring and fun. You've become my favorite online dev. I'm going to purchase your Creative JavaScript course because I'm focusing on JS and React right now. Later down the line, I'll probably grab your HTML/CSS one too, just to shore up any holes in my knowledge. Please consider making a React course. I know in another video you said you're going to transition to C# and game development, but I'm sure people would love a React course from you.
@alionamarshall1355
@alionamarshall1355 4 жыл бұрын
Vish Singh 100% I agree with you. Please give us a react course Ed. Please 🙏❤️
@mariusj8542
@mariusj8542 2 жыл бұрын
First time this useContext hook made sense to me. Perfect!
@nmrfahmi
@nmrfahmi 4 жыл бұрын
I love the way you teaching, it's fun. I think i'm gone turn on the notification for the another videos. Great job
@adarshpandey2978
@adarshpandey2978 4 жыл бұрын
Thank you Ed! you never let me down. Thank you for everything. Love from India ❤❤❤
@shivanigaddagimath6105
@shivanigaddagimath6105 3 жыл бұрын
Hey Adarsh! Where in India are you based currently? Are you open to internship/job opportunities?
@jyotysingh653
@jyotysingh653 4 жыл бұрын
I just watch you coz your smile gives me peace of mind and your tutorials are really helpful.... thank you.
@yannickstreicher4557
@yannickstreicher4557 4 жыл бұрын
Dude your tutorial is very well structured and the way you show the code is very clear and calming! Good Job :)
@sagdiforman
@sagdiforman 5 жыл бұрын
You have a great talent teaching. You made confusing things very clear. Thanks!
@onetwothree2834
@onetwothree2834 4 жыл бұрын
The way you explaining something is really amazing.
@pronayguha7099
@pronayguha7099 4 жыл бұрын
You are awesome . Almost slept after scratching my head for context then there you are
@praveenprajapati2229
@praveenprajapati2229 3 жыл бұрын
Its the best video on Context-API i ever seen.
@tariqmors7658
@tariqmors7658 3 жыл бұрын
Super good and clear explanations for beginners, that you present the problem in common use case and provide the solution to it.
@Dimlutube
@Dimlutube 5 жыл бұрын
Hi Ed. I just wanted you to know that I appreciate how well you explain how everything works. Please keep up the great work!
@jorisw_
@jorisw_ 5 жыл бұрын
Tiny note about the "..." spread operator: It doesn't copy the movie list array, it _deconstructs_ it into the separate items _from_ that array, and inserts (spreads) them where you put the ... in your new array. Much like const { this, that } = foo deconstructs this and that from the foo object.
@kishangohil479
@kishangohil479 4 жыл бұрын
Great video, i was suffering to managing the state as i am beginner. It is worth watching this video and thank you for giving me insight to useContext.
@rodrickndhlovu178
@rodrickndhlovu178 3 жыл бұрын
Dev Ed, Thanks a lot for your tutorials. You just dont know how much I'm learning from you.. I hope youtube is paying you enough mate coz I'm sure that I speak on behalf of many when I say that you manage to walk us thru the tutorials step by step in an understandable manner!
@jinyoucheng8114
@jinyoucheng8114 3 жыл бұрын
I am commenting on the 771th. It couldn't be better. Awesome & clear & kind explanation.
@NaveensinglaYT
@NaveensinglaYT 2 жыл бұрын
Best explanation on the entire youtube
@sk_the_engineer_guy
@sk_the_engineer_guy 4 жыл бұрын
Your video's fist 5 seconds earned you an subscriber..!!
@pasinduwewegama8870
@pasinduwewegama8870 4 жыл бұрын
Love how you explain the problem along with the solution. Very articulate!
@Futureblur
@Futureblur 3 жыл бұрын
Thanks! I love how you always smile while explaining :)
@lucastvms
@lucastvms 3 жыл бұрын
Man, you are brilliant, for real! Thanks for the video!
React Router Tutorial | React For Beginners
33:10
developedbyed
Рет қаралды 902 М.
Context API in react | get the concept
29:00
Hitesh Choudhary
Рет қаралды 66 М.
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 55 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 80 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,8 МЛН
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 487 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 199 М.
Making React Context FAST!
33:34
Jack Herrington
Рет қаралды 89 М.
Beginner React.js Coding Interview (ft. Clément Mihailescu)
36:31
Ben Awad
Рет қаралды 2,2 МЛН
Build A Node.js API Authentication With JWT Tutorial
1:15:41
developedbyed
Рет қаралды 735 М.
Redux For Beginners | React Redux Tutorial
39:43
developedbyed
Рет қаралды 1,2 МЛН
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 55 МЛН