For the re-render issue with context api. I have explained here. Do checkout. ua-cam.com/users/shorts2oAcV7EZa7s?feature=share If you like my work you can support me and buy me a coffee at: buy.stripe.com/14k2aI2if8apadydQQ
One significant difference between the Context API and Redux is in their optimization behavior. With the Context API, updating a state causes the entire tree structure to re-render, leading to potential performance issues. In contrast, Redux optimizes re-rendering by only updating the specific component that uses the Redux state. Therefore, Redux can be considered more optimized compared to the Context API.
you gained a new subscriber. thanks for this video, it clarified many doubts about these two. before this video, I only knew that they are both state management techniques one is already integrated into React, and the other can be obtained from the Redux library. Now, I have a clear idea of how they differ
Thanks for subscribing, the purpose of making this video was to clarify this as once i was also confused between the differences. It makes me happy to see that people are actually learning from this. 🙂
Very informative .Thanks . You shared all valid points. I had an argument with my senior in this topic . He was saying that we can use context instead of redux
@@SofiaGoyal what category are you using for these videos. I am also uploading programming videos. please reply . "Education "? , "How to and style" ? , "Science and technology" ?
Thanks ma’am! This was a very clear and detailed video about the two. I think every fresher must also know about the difference since we are the most confused people when trying out new things. Great work 💯 Subscribed.
Nice Presentation 👌. You gained one new subscriber here. One point more can be added here : there optimization behavior. Can you please make a detail video here on topic: * How you start your social platform journey , specially : you Tube. * How to create you tube learning content from scratch. * What is the benefit of post in social platform specially in LinkedIn.
there should be not comparison between Redux Toolkit and Context API their use cases entirely different just bcz they prevent Prop Drilling that's why we are comparing otherwise Redux is the state management library and Context API is dependency injection mechanism.
hello didi i am making an ecommerce application uske backend api se data aata hai. but frontend me mujhe bohot bar usefetch and fetch krna pad rha hai data ko. For example mene product page open kra usme i add one product to wishlist post call se product add ho gya but i the header (diffrent component i am importing in product page) usme real time per so nhi ho rha that new product is added to wihslist. Usko mujhe reload krna pd rhanhai then it show new product added and number increase in header. Same in Cart page. Iske liye Context Api thik rahegga kiya ? Yha redux padu ?
Video was great , but I did not get last thing for using Context in your project? And when can Context API and Redux be used together? Use cases for Context API rather than Redux Please share a video on this if possible. And Redux Toolkit is used now so it has less boilerplate code, so please make video on Redux Toolkit vs Context API. Thank you.
Yeah u can, the more u know the better it is, it is more related to the project requirement but if you wanna learn it as a fresher then please go ahead
Hi ma'am I have been watching your javascript playlist which is very good and learned a lot. But It's my request please explain the topics in depth. The Interviewer asks many questions from the depth level and asks many cross questions to check if the candidate has depth knowledge or not, for the 1-year experienced person (beginner also) it is very challenging if he does not have depth knowledge. It may increase your video timing but the content will be more valuable. I hope You will take it as a positive feedback..
If you check my videos they are already longer than other youtubers making the videos on same topics. Also in general for long videos the watch time is very less, often people don’t even click on videos which have very long time duration. So ideally the videos should be 10-15 mins long but still my usual videos are more than 20 mins because i want to explain everything I know. I hope u understand how it works now. 😊
@@SofiaGoyal I thought its some auto generated subtitles, later I observed that those are actually generic titles, watched it 4 to 5 times to understand. Thanks you for the response ♥
interviewer ko ktya khna h uski fikr mat kro,,, tum sahi sa smjhao to sahi ,, bar bar interview ma chli jati,,, ma difference maloom krny aya huu, interview ki prep krny nhi
For the re-render issue with context api. I have explained here. Do checkout.
ua-cam.com/users/shorts2oAcV7EZa7s?feature=share
If you like my work you can support me and buy me a coffee at:
buy.stripe.com/14k2aI2if8apadydQQ
One significant difference between the Context API and Redux is in their optimization behavior. With the Context API, updating a state causes the entire tree structure to re-render, leading to potential performance issues. In contrast, Redux optimizes re-rendering by only updating the specific component that uses the Redux state. Therefore, Redux can be considered more optimized compared to the Context API.
Thanks for highlighting it...
This is a most important point.
thanks bud, fr this is the most common impressive point tbh
And hence one of the better use cases to use Context APIs for theming compared to Redux.
you gained a new subscriber. thanks for this video, it clarified many doubts about these two. before this video, I only knew that they are both state management techniques one is already integrated into React, and the other can be obtained from the Redux library. Now, I have a clear idea of how they differ
Thanks for subscribing, the purpose of making this video was to clarify this as once i was also confused between the differences. It makes me happy to see that people are actually learning from this. 🙂
From Pakistan , Thanks mam your wonderful videos . I have learnt a lot from your videos, Thanks again
Happy to help 😊
Very informative .Thanks . You shared all valid points. I had an argument with my senior in this topic . He was saying that we can use context instead of redux
You are welcome, not sure about your senior may be he was saying it for a specific project
@@SofiaGoyal what category are you using for these videos. I am also uploading programming videos. please reply .
"Education "? , "How to and style" ? , "Science and technology" ?
Thanks ma’am!
This was a very clear and detailed video about the two. I think every fresher must also know about the difference since we are the most confused people when trying out new things.
Great work 💯 Subscribed.
🙏
Always very informative. You are great
Thanks 🙏
Nice Presentation 👌. You gained one new subscriber here.
One point more can be added here : there optimization behavior.
Can you please make a detail video here on topic:
* How you start your social platform journey , specially : you Tube.
* How to create you tube learning content from scratch.
* What is the benefit of post in social platform specially in LinkedIn.
Context bhi to centralized store ki trha e hua??
Thank you mam for explaining the topic in depth and easy way✨
🙏
there should be not comparison between Redux Toolkit and Context API their use cases entirely different just bcz they prevent Prop Drilling that's why we are comparing otherwise Redux is the state management library and Context API is dependency injection mechanism.
thank you Sofia for wonderful explanation and practical examples. Please keep posting react videos.
🙏
To kea global states context m ni use hotin??? Context m bhi to same e kaam hora hota... Poori app m kahin bhi states ko use kr skty
wow, explain both topics easy way.
🙏
hello didi i am making an ecommerce application uske backend api se data aata hai. but frontend me mujhe bohot bar usefetch and fetch krna pad rha hai data ko. For example mene product page open kra usme i add one product to wishlist post call se product add ho gya but i the header (diffrent component i am importing in product page) usme real time per so nhi ho rha that new product is added to wihslist. Usko mujhe reload krna pd rhanhai then it show new product added and number increase in header. Same in Cart page. Iske liye Context Api thik rahegga kiya ? Yha redux padu ?
Thanks for explaining in very easy way👍
Very good explanation ! Thanks
Thank you 😊
Make a roadmap of "Questions asked for freshers in interview". BTW video was awesome.
You got a new sub , thanks for beautiful explanation , gonna watch your other videos
🙏
Hey can't we perform state management using context?.
Thank you so much for the video and the clarification. Bless you
🙏
Thank you for such a wonderful explanation.
🙏
Very interesting and informative video
Thank u 🙏
Video was great , but I did not get last thing for using Context in your project? And when can Context API and Redux be used together? Use cases for Context API rather than Redux Please share a video on this if possible. And Redux Toolkit is used now so it has less boilerplate code, so please make video on Redux Toolkit vs Context API. Thank you.
good video, but should i use Redux as a fresher front end developer ??
Yeah u can, the more u know the better it is, it is more related to the project requirement but if you wanna learn it as a fresher then please go ahead
Hi ma'am I have been watching your javascript playlist which is very good and learned a lot. But It's my request please explain the topics in depth. The Interviewer asks many questions from the depth level and asks many cross questions to check if the candidate has depth knowledge or not, for the 1-year experienced person (beginner also) it is very challenging if he does not have depth knowledge. It may increase your video timing but the content will be more valuable. I hope You will take it as a positive feedback..
If you check my videos they are already longer than other youtubers making the videos on same topics.
Also in general for long videos the watch time is very less, often people don’t even click on videos which have very long time duration. So ideally the videos should be 10-15 mins long but still my usual videos are more than 20 mins because i want to explain everything I know. I hope u understand how it works now. 😊
what is dependency injection mechanism
Thank you.
Very well explained
Thanks 🙏
Thank you!!
🙏
Mam please come with MERN full stack project..
Greate🎉
awesome video
🙏
❤❤❤
thanks maam
If it’s possible can you please explain the concept in English please 🙏
There are English subtitles available for this.
@@SofiaGoyal I thought its some auto generated subtitles, later I observed that those are actually generic titles, watched it 4 to 5 times to understand. Thanks you for the response ♥
Sorry for the inconvenience, currently i can only afford some free ai subtitles, will try to make it better with the channel growth
may i ask one question
Of course
So much of advertising in the beginning…😢
What advertising? I don’t advertise anything
interviewer ko ktya khna h uski fikr mat kro,,, tum sahi sa smjhao to sahi ,, bar bar interview ma chli jati,,, ma difference maloom krny aya huu, interview ki prep krny nhi
U need to keep in mind the video is not just for you, there are other people who want to know what to say in interviews
Nice explanation, thank you for the new points.
Glad it was helpful!