you usually make coding look very simple. May you always stay healthy so that you can do more series on different topics. you are not only teaching but also transforming lives. Thank you.
You simplified the complex concepts so much so that they appear to be easy. I am sure a lot of effort went into doing that. Really appreciate your work. Your style of teaching is amazing. Every sentence that you speak is well thought of and crystal clear. Not a moment comes in any of your videos that one would need to scratch his head to think what you are doing in the code in that moment. You always clearly state in each line of your code what we are trying to achieve. I want to truly thank you from the bottom of my heart. Keep up the amazing work and keep inspiring us to continuously learn :)
I just completed the series. I must say you teach a lot better than my college instructors and you became a fundamental part of my learning journey in redux. Thank you sir!
I'm about to watch the last video of this React Redux Tutorial and I just want to say that you're a great teacher. You calm demeanor and how you walk the learner through everything with visual cues (highlighting text, pointing with the mouse, scrolling to the sections as you explain) is very helpful. Some may take it for granted but it helped and reassured me as you summarized the material towards the end of each of your videos. All the best you Vishwas in your future endeavors. Take care and thank you very much🙌
I completed your entire React Course from the React for beginners upto the more advance topics and later on, hooks. Your course is really amazing and I learned so much from this playlist. Thank you very much!!!!
@@ИванВзводнов Yes I did, and I'm really thankful to this dude for teaching us React, I owe a lot from him. For the past months, I practiced my React skills and had built personal projects. Currently, I'm still in between interviews and coding challenges. Hope I get a shot on one of those!
@Codevolution I was hired today thanks to this course of yours!!!! 4 months after my comment and I'm back to say THANK U SO MUCH FOR THIS REACT COURSE AND I OWE YOU A LOT, for my career and for the skill you taught me (and us random people on the internet). I was in awe of how much demand React Dev skill is to the marketplace and I'm glad you put up a course this in-depth. I'll be starting on Monday, and I'll promise to sponsor you in the future as a way to say thanks for the skill I currently have!
For me this is the best React Redux tutorial I have ever watched. Everything was clear, the tempo of the course was perfect. I watched many Redux totorials (even paid ones) and nothing was that good and clear as yours. Thank you for this content. It really helped me to understand Redux.
Thank you! This was one of the best explanations of Redux I could find. You presented it in a clear, simple and practical way which enabled me to grasp the main concepts quickly and quite easily. I think you have a done a fantastic job :)
Bro this one is the number one series about react which i find after wasting my one month on youtube .Really you are such a great teacher i really appreciate you and yours effort. I was lucky that I met the right mentors and teachers at the right moment. Thanks a lot.
Redux: What is Redux? How do you decide whether to use contextApi or Redux? What is the redux store? What are actions? What are action creators? What are reducers? How control flows between these parts? What exactly does the connect function do from the react-redux library? What do mapStateToProps and mapDispatchToProps actually do? Why should you dispatch an action to update a state and not update the store directly. In a reducer, why should you return a new object as state instead of modifying the existing state object?
Thanks for creating this redux series because I tried but I was not able to understand from other channels and post but after watching the entire series I think I can start work on React and Redux now, again thanks
I am from Java/Angular background and my next project is based on React/Node. I was searching for good learning material and started few, after few topics I exited from the courses for the multiple reasons. But luckily I found this playlist at the right time. I have completed all the 118 videos today. It has given me the great confidence to start with. I will start the the redux playlist now. Big salute Man! you made our lives easy :)
I think, I am lucky that I found your channel and get enhanced my react knowledge more and more. Completed react for beginners Then redux On ways are formik , storybook Thanks a lot for all react related content 🙂🙂.
Just finshed this series, and I would like to thank you vishwas for this awesome content, each and every topic was smoothly and clearly explained. You are definitely a life saver. Thank you again
@@rpkr230 pls can you tell me why prefer codeevaluation instead of code with carry in few words? So my time can save a lot because I'm just starting react js
Thank you so much Viswash for this amazing redux tutorial... You explained it in so simple way that have I finished this course just within 2 days without any confusion... You are a great teacher...May god bless you with a happy and healthy life and a very very happy new year to you...🤗☺️☺️❤️❤️❤️... Lastly thank you Viswash for this amazing content...🤍🤍🤍
Hi Vishwas, I learnt many react concepts from you videos, and also implementing it in my real time projects, you're a great teacher and developer, just want another series, if possible then please make series on react unit testing with jest or enzyme. it will be very helpful. Thank you! 🤝🙏
using 'reinspect' library with context API, will make the workflow even better, as it gives access to the redux devlools in the browser and saves you from doing a complex setup of redux itself
I have watched many reactjs playlist . But nothing comes close to your playlist, you are the best 😎. Your way of explanation is top notch, videos are short and precise which is very much helpful. If possible plz make a series of redux saga.Thank you😊
@@Marvel_Fun86 Sorry bro, I can't comment on that .Since I have not seen any of the react series from "code with harry". I highly recommend you to watch codevolution react series if you are interested
Redux section not included: 1) What do you like and dislike about React? • Love unidrectional • that React is pretty much JS • Disliked JSX 2)Conditional Rendering and List Rendering in React • What is the significance of having the keyprop when rendering a list of elements A) It provides an easier way for the PC to identify the unique number (runner analogy) • How React compares elements under the hood to only render what has changed • What is a potential bug you can introduce when using index as key 3)Class component's lifecycle methods • There will always be legacy code that you need to maintain • Learn the mounting phase, the updation phase and the unmounting phase methods • Order of invocation and a brief description of when you'd use each one of them 4) Context API • What is class drilling and how can you overcome that with the context API 5) Hooks • Need for hooks • userState,useEffect, and useContext • How does useEffect compare to component did mount, did update, and will unmount lifecycle methods (4:00) 6)Optimization • Pure components • memo • useMemo and useCallback 7)How do you share logic across components? • Higher order components • Render props pattern • Custom hooks 8) What are some of the packages you used with react Styling • Routing • Form handling • State management • CRA vs Custom webpack config
When I'm asked about what I like/dislike about a certain library/framework, I always give the same answer: nothing, since these are just freakin' tools to get the job done. I don't have to be emotionally attached to any of them. Whether I use React or Angular or Vue or even just vanilla JS it makes no real difference as long it serves its purpose in a given project.
Is your playlist still relevant in 2021 when it comes to any new updates in react? I am still a beginner in react, so pardon my question. And thank you for this amazing content.
hey can you make a react js tutorial of an video player that changes the video source of an video. A button activates this function. whitch interchange the video every time I click the button, when i click the button, can the video load at the same time the previous video was playing? There are 2 videos of the same length.
Very nice and very appreciated. Thank you very much for doing this course. it helped me a lot and will surely share with my friends and teammates. Is there any good course where i can learn redux-saga and backend using java so that i can be good in backend as well.
Yes, u are 200 % correct few days back I give an interview to a very big company profile is for react.js but they asked a lot of question from pure javascript and I'm unable to answer this question ... big company also ask an old thing in js or in HTML
you usually make coding look very simple. May you always stay healthy so that you can do more series on different topics. you are not only teaching but also transforming lives. Thank you.
Is it better than Code with Harry react js pls answer it ?
@@Marvel_Fun86 yes it is
If you have to ask, you shouldn't be here@@Marvel_Fun86
You simplified the complex concepts so much so that they appear to be easy. I am sure a lot of effort went into doing that. Really appreciate your work. Your style of teaching is amazing. Every sentence that you speak is well thought of and crystal clear. Not a moment comes in any of your videos that one would need to scratch his head to think what you are doing in the code in that moment. You always clearly state in each line of your code what we are trying to achieve. I want to truly thank you from the bottom of my heart. Keep up the amazing work and keep inspiring us to continuously learn :)
I just completed the series. I must say you teach a lot better than my college instructors and you became a fundamental part of my learning journey in redux. Thank you sir!
You had placed content 2 years ago.
Which is very much useful after 2 years also. Really i can't express my gratitude in words.🙏
Have you found a job after this course? I am at the beginning and it really interesting
@@ИванВзводнов do not learn courses for jobs instead learn them to develop knowledge and by doing so jobs will come after you.
@@PRAVEENKUMAR-ym8kg already found a job)
@@ИванВзводнов congratulations
@@PRAVEENKUMAR-ym8kg Bro am learning his react tutorial for beginners series, and it's 3 years ago. I hope it will still be up to date?
I'm about to watch the last video of this React Redux Tutorial and I just want to say that you're a great teacher. You calm demeanor and how you walk the learner through everything with visual cues (highlighting text, pointing with the mouse, scrolling to the sections as you explain) is very helpful. Some may take it for granted but it helped and reassured me as you summarized the material towards the end of each of your videos.
All the best you Vishwas in your future endeavors. Take care and thank you very much🙌
Is it better than Code with Harry react js pls answer it ?
I agree 100%
I completed your entire React Course from the React for beginners upto the more advance topics and later on, hooks. Your course is really amazing and I learned so much from this playlist. Thank you very much!!!!
How is it going? Have you got an offer?
@@ИванВзводнов Yes I did, and I'm really thankful to this dude for teaching us React, I owe a lot from him. For the past months, I practiced my React skills and had built personal projects. Currently, I'm still in between interviews and coding challenges. Hope I get a shot on one of those!
@@user-wc1sm8cj8s cool. Keep growing, and good luck)
@Codevolution I was hired today thanks to this course of yours!!!! 4 months after my comment and I'm back to say THANK U SO MUCH FOR THIS REACT COURSE AND I OWE YOU A LOT, for my career and for the skill you taught me (and us random people on the internet). I was in awe of how much demand React Dev skill is to the marketplace and I'm glad you put up a course this in-depth. I'll be starting on Monday, and I'll promise to sponsor you in the future as a way to say thanks for the skill I currently have!
@@user-wc1sm8cj8s wow, cool, i'm happy for you
For me this is the best React Redux tutorial I have ever watched. Everything was clear, the tempo of the course was perfect. I watched many Redux totorials (even paid ones) and nothing was that good and clear as yours. Thank you for this content. It really helped me to understand Redux.
bro am taking his react tutorial for beginners, please I hope it's up to date?
@@richardmartyns7978 yes it is
Prepping for an interview for a dream job and this has been insanely helpful. Thank you!
have you succeeded?
@@LoryKa I didn't, but ultimately glad because that company was Coinbase, LOL
thanks bro for teaching us react in a very simplest way.
Thank you! This was one of the best explanations of Redux I could find. You presented it in a clear, simple and practical way which enabled me to grasp the main concepts quickly and quite easily. I think you have a done a fantastic job :)
Bro this one is the number one series about react which i find after wasting my one month on youtube .Really you are such a great teacher
i really appreciate you and yours effort. I was lucky that I met the right mentors and teachers at the right moment. Thanks a lot.
Thank you very much bro. You have already answered these questions in your React course. And this video is really true for real interviews. Good luck.
you teach me coding in an easy and clear way vishwas
Redux:
What is Redux?
How do you decide whether to use contextApi or Redux?
What is the redux store?
What are actions?
What are action creators?
What are reducers?
How control flows between these parts?
What exactly does the connect function do from the react-redux library?
What do mapStateToProps and mapDispatchToProps actually do?
Why should you dispatch an action to update a state and not update the store directly.
In a reducer, why should you return a new object as state instead of modifying the existing state object?
I was asked the first question, “What do you like and dislike about React”, in my React interview just a couple of days back.
... and what did you say?
@Aman Kumar So you didn't answer the question. What did they say to that?
i like it's logo and it's name :)))))
Have u got job?
Thanks for creating this redux series because I tried but I was not able to understand from other channels and post but after watching the entire series I think I can start work on React and Redux now, again thanks
finally..end of the tutorial..
Thanks from bottom of my heart for this series, Vishwas Sir...
Thanks so much for an amazing series. I was struggling with React and it used to frustrate me no end and you made it seem so easy
Still valid in 2024??
@@zohebansari6429 this guy usually has up to date material but the most up to date stuff will always be on reacts own website
Completes full course and I learned alot of things I don't know earlier,
I am from Java/Angular background and my next project is based on React/Node. I was searching for good learning material and started few, after few topics I exited from the courses for the multiple reasons. But luckily I found this playlist at the right time. I have completed all the 118 videos today. It has given me the great confidence to start with. I will start the the redux playlist now. Big salute Man! you made our lives easy :)
hey bro am learning this series, hope it's up to date?
@@richardmartyns7978 yes it is, go ahead
I think, I am lucky that I found your channel and get enhanced my react knowledge more and more.
Completed react for beginners
Then redux
On ways are formik , storybook
Thanks a lot for all react related content 🙂🙂.
Just completed the series. One of the best series about redux I have seen. Thanks a lot for the videos 😇
Lovely tutorial & great content ! Thank you Vishwas ! 🙌
Just finshed this series, and I would like to thank you vishwas for this awesome content, each and every topic was smoothly and clearly explained.
You are definitely a life saver. Thank you again
Is it better than Code with Harry react js pls answer it ?
@@Marvel_Fun86 Yes, both are good but I liked CodeEvolution more
@@rpkr230 pls can you tell me why prefer codeevaluation instead of code with carry in few words? So my time can save a lot because I'm just starting react js
Shouldn't you provide a discount for Indians also? 10$ = 724.82 INR, but standard access India is 1400!!!
I actually love your content and follow your content from react to node to redux and much more because your content is on brief, neat and precise.
Thanks for React Redux tutorial, got enough understanding from the series
I completed this series in 1 day, Very easy to understand now I am confident with React Hooks.
Is it still updated to learn this React full series in nowaddays?
@@k303k yes
@@Shree79124 After all of this React series and building projects, is it fine to learn Nextjs?
@@k303k yes you can
Am so grateful to you for taking your time to break these concepts into bits that one can grasp. Thank you so much and God bless you and your family
You are doing a great work with all this playlist. Thumbs up
I reach the end of tutorial and implement all of the practice also implement it for my work.. thankyou !!! stay healthy may good things comes to you
This video tutorial was totally awesome!
I have learned a lot from your series. It was great experience. Thanks a lot man.
Thank you so much Viswash for this amazing redux tutorial... You explained it in so simple way that have I finished this course just within 2 days without any confusion... You are a great teacher...May god bless you with a happy and healthy life and a very very happy new year to you...🤗☺️☺️❤️❤️❤️... Lastly thank you Viswash for this amazing content...🤍🤍🤍
thanks. i watched and thumbed up all the videos for react hooks playlist
the best explanation , looks so simple
Thank you Vishvas. You are the best. The perfect tutorials i ever came across.
Hi Vishwas, I learnt many react concepts from you videos, and also implementing it in my real time projects, you're a great teacher and developer, just want another series, if possible then please make series on react unit testing with jest or enzyme. it will be very helpful. Thank you! 🤝🙏
thank you so much for theses tutoriels your a good teacher of web
using 'reinspect' library with context API, will make the workflow even better, as it gives access to the redux devlools in the browser and saves you from doing a complex setup of redux itself
Excellent coverage of this topic. Super helpful information. Very specific and to the point.
Thank you sir. If I every come to India, I will personally meet you and buy you a drink.
Very well explained the complete react and hooks series. Thanks :)
Your course is awesome. Thank u for sharing ur knowledge with us. Keep going 🔥 ❤
Thank you !! Have learnt a lot from you
Thankyou for this series!
Thanks for all this good tutorials sir. May god bless you
You should create a playlist and constantly update it with the questions related to React interview and anything related to React
please is the React course up to date?
@@richardmartyns7978 I think his course is pretty good
Thank You sir for such amazing videos From Video 1 to video 29 you cleared all of my doubts and made redux clear to me ❤️
Big Salute to you
I have complete this full playlist. Thank you so much for the described best way
how much time it take to complete the course
Wonderful series. Thank you so much for the amazing work. These videos helped me a lot to clear my doubts
I have watched many reactjs playlist . But nothing comes close to your playlist, you are the best 😎. Your way of explanation is top notch, videos are short and precise which is very much helpful.
If possible plz make a series of redux saga.Thank you😊
Is it better than Code with Harry react js playlist pls answer it ?
@@Marvel_Fun86 Sorry bro, I can't comment on that .Since I have not seen any of the react series from "code with harry". I highly recommend you to watch codevolution react series if you are interested
@@aalekhpradeep6968 Ok thanks bro
WHAT A KING!
Redux section not included:
1) What do you like and dislike about React?
• Love unidrectional
• that React is pretty much JS
• Disliked JSX
2)Conditional Rendering and List Rendering in React
• What is the significance of having the keyprop when rendering a list of elements
A) It provides an easier way for the PC to identify the unique number (runner analogy)
• How React compares elements under the hood to only render what has changed
• What is a potential bug you can introduce when using index as key
3)Class component's lifecycle methods
• There will always be legacy code that you need to maintain
• Learn the mounting phase, the updation phase and the
unmounting phase methods
• Order of invocation and a brief description of when you'd
use each one of them
4) Context API
• What is class drilling and how can you overcome that with the context API
5) Hooks
• Need for hooks
• userState,useEffect, and useContext
• How does useEffect compare to component did mount, did update, and will unmount lifecycle methods (4:00)
6)Optimization
• Pure components
• memo
• useMemo and useCallback
7)How do you share logic across components?
• Higher order components
• Render props pattern
• Custom hooks
8) What are some of the packages you used with react
Styling
• Routing
• Form handling
• State management
• CRA vs Custom webpack config
Can you pls do some videos on any unit testing framework.
Thanku vishwas u r really nice tutor i have leart a lot from your series
thank you so much for this best redux tutorials
I learnt react-redux from your playlist. Thank you for well defined explanations.
Can we have a new playlist for GraphQL ?
I already know everything because of u
HI Thanks for the great tutorial.
Is REACT - REDUX a part of the Playlist by any chance , if yes , which video is it ?
Thank you🎉 sir ur great teacher
Great tutorial man ,it was very helpful.
finally completed redux and react -tutorial for beginners, i can say that this is the best tutorial available on youtube
Thanks for this video 😃✨
Very helpful 👍
I noticed a bug in the signup page just now, the join button in the hero section is overflowing and breaking the layout
When I'm asked about what I like/dislike about a certain library/framework, I always give the same answer: nothing, since these are just freakin' tools to get the job done. I don't have to be emotionally attached to any of them. Whether I use React or Angular or Vue or even just vanilla JS it makes no real difference as long it serves its purpose in a given project.
Thank you so much for making our life easy :)
would you cover testing in react? react-testing-library
amazing playlist!
Definitely gonna recommend....
Hey make video on 'good project' for medium level developer
Great tutorial thanks man
Please make some videos on Rematch 🙏
Thank you so much!
please make a video for javascript and frontend interviews
Is it better than Code with Harry react js pls answer it ?
Hello, please make tutorials for react routing
Thanks, appreciate your effort. Its an informative video
Is your playlist still relevant in 2021 when it comes to any new updates in react? I am still a beginner in react, so pardon my question. And thank you for this amazing content.
Same
Why is India price for the course high no discounts?
Can u do one for angular please. Intermediate level
Hello friends, can someone please tell me, if this course is good for someone starting from what is programming
Thank you soooo much for this video
Thank You
Thank you so much bro!
Please post Linux system administrator interview preparation guide
thanks for this video!
Thanks a lot.
hey can you make a react js tutorial of an video player that changes the video source of an video.
A button activates this function.
whitch interchange the video every time I click the button, when i click the button, can the video load at
the same time the previous video was playing?
There are 2 videos of the same length.
Very nice and very appreciated. Thank you very much for doing this course. it helped me a lot and will surely share with my friends and teammates. Is there any good course where i can learn redux-saga and backend using java so that i can be good in backend as well.
Thank you Sir!
Greatttttttt WOW. Super...!!!
Thanks!
Thank You for the series keep doing Bro !
Thank you so much sir!!!
At 7:30 you said "codding rounds" ?
thank you very much :)
Thanks man
Hey all, can any one tell me is this course is upto date. Am going to start this.
Most of the js concepts are getting asked when you go for react.js interview.can you please guide js concepts.
Yes, u are 200 % correct few days back I give an interview to a very big company profile is for react.js but they asked a lot of question from pure javascript and I'm unable to answer this question ... big company also ask an old thing in js or in HTML
I am not able to enroll to the course.. Even after clicking the button im not getting any response