Hahaha this was one of the things I was scared about this tutorial! I saw that most redux tutorials used a counter and I didn't want to cause its not really applicable to real life.
Truth be told, we are all concerned about login in the first place. Now imagine the horror of figuring it out with TypeScript. I'm not sure there is one decent tutorial out there. :P
Pedro, you're a truely gifted tutor. I feel as if you always understand exactly what I need to hear and see to actually understand the subject and not just repeat after you. Thank you so much!
Really solid tutorial. Great balance of walking through the code and stopping to explain key ideas/definitions without getting bogged down in jargon. I'm new to redux and this was super digestable. Subscribed and shared with my front end class in Canada.
I was stuck with Redux, and I didn't know what to do, so I watched your video. Now I'm very happy! It's one of the best tutorial videos I've ever seen.
THIS IS THE BEST REDUX TOOLKIT TUTORIALON TH-cam!!! I WISH I COULD PAY YOU TO MAKE MORE OF THESE VIDEOS !!! LOVE YOU MAN I FINALLY GOT MY SHOPPING CART TO KIND OF WORK
Pedro thank you so much! I've been trying to learn redux for such a long time and every tutorial was quite bad. Your tutorial was easy and begginer friendly that allowed me to understand what everything was. Thank you!
Pedro, great course! Really what I need! I was desperately looking for a React/Redux course with example of creating Slices. And I found it!!! Thanks a lot! Please continue your React-oriented courses, it really helps!
Bro, thanks for this great tutorial, I've been learning the redux toolkit for a while now😥, but all the examples are just counter, which makes it difficult to implement in real life. This video just make it a whole lot easier for me. Thanks Man, God bless you.
It's either a counter tutorial or a todo list tutorial but we're not gaining knowledge about how to implement it in big real life projects. Thank you for making a different example @PedroTech
Never commented on one of these react videos before but brilliantly explained and you leave nothing out without going into unnecessary detail. perfect level of explanation. why you do this for free baffles me :D Superb stuff. thank you!!!
Been researching Redux for two days and your vid was the one the cut through. Your explanations weren't bloated; the video wasn't too long; and it wasn't about creating counter. Liked and subbed.
Never understood redux even when I watched nearly 10 videos, no one on TH-cam explained it clearly. I have been watching your channel for quite a while now, all your videos are very helpful and this video really helped me understand redux very easily. It was a very good example of user state and thank you so much.
Estou fazendo uma disciplina na faculdade de computação que envolve JS e React e seus vídeos tem me ajudado pra caramba! Parabéns e obrigado pelos vídeos e todo conhecimento compartilhado de forma tão didática. Seu inglês também é sensacional!
I felt like i hit a major stumbling block named Redux when i first saw it. Everything changes now that i can always take a look at your tutorial. I really can't put into words how grateful I am. Thanks to you, I, am able to take the first and most important step, which is to understand the logic behind those lines of code. Keep pushing it my friend! HIGHLY RECOMMENDED. To anyone who happens to watch this video, this is super helpful!
great explanation, I had taken a react course from udemy and I could not understand redux section and was searching for a better tutorial, and this was perfect , exactly what I need to know. Thank you for the great work.
What a nice introduction to Redux! Thanks a lot for sharing it. Well, in the last part of your tut there is a chance to enter an invalid value for color, as developers we can avoid this using the input type color: return (
{ setColor(event.target.value) }} value={color}/> dispatch(changeColor(color))}>CHANGE COLOR
) at that level we can even drop the CHANGE COLOR button dispatching the changeColor() event directly from the color picker: return (
Thanks Pedro. Your tutorials are quite mind blowing. That's why I always check out your video list for any topic I wish to learn. If only I could have a direct communication with you for proper directives.
I'm a new graduated from university software engineering depeartment was struggle with changing working area game programmer to frontend programmer. I was confused that there is so much to learn about react js but your video is more comfortable than any classes that I took from university. Thank you such an amazing content to keep the people not giving up from improve themselves. Got a subscriber and I 'll recommend you to my friends!
This was the best video ever! Thank you so much, I tried learning from many other TH-cam Channels, but they confused me more, you started from the scratch and explained very simple. Thanks a lot.
These few days I have been going through many tutorial videos and trying to understand redux but still could not grab the full concept. Until I found your video today ...it indeed helps me a lot to undertand this complex library ...I totally agree you that redux toolkit is making redux millions times easier to understand and work with :D Thank you very much ! :)
I watched ur react ecommerce website tutorial from start to finish. Loved it since i learned something new. I've used context for quite some time. thought i knew all there was to know. but u showed me that there was something that i didn't. Love u man. Keep up the good work dude
Fantastic explanation for beginners. Thanks! Btw, I've been looking into the original Redux where you write cases, but Slices pretty much took over now althogh it's harder to figure it out with TypeScript. For even better way of explaining this I'd recommend using the Redux add-on for Chrome where you can see exactly how the states are structured and which values they hold. That cemented the whole knowledge for me and now it's a delight to work with.
This is twice in a row I have been thanking myself for choosing your video over others. First of all, I don't want to use Redux and I don't have to. Thank you sir, may I have another? (subscribed)
Cara, que baita mão na roda esse tutorial! Estou quase me formando num bootcamp fullstack e o ultimo projeto exigido requere React + Redux + Rails API. Sempre ouvi falar que Redux exige essa certa configuração tediosa, mas tua excelente explicação me deu mais clareza e incentivo. Muito obg!
Pedro you are really a gem. I am also pretty much tired with learning redux with counter. Finally there is someone who can really helpful why i need redux and how it makes it easy. Thank you for your video. I am looking forward for a video with all of them. Like CRUD, Full MERN and obviously with redux
Finally a redux tutoria thats not about counter, this is the best redux tutorial so far, i wonder why its not ranking the first for redux tutorial seach.. well explained!
Thanks alott for this man! You explained Redux really well. Thanks again. For those considering to watch this video, this video explains the use of redux and redux toolkit using a simple usecase of passing values between two children. Pedro does a great job at explaining the need for redux and also explains it in a beginner friendly way. You can definitely watch this video without a second thought!
Pedro, you are an excellent teacher, beside you are a great programmer, because a lot of people can be a programmer, but not a good teacher like you, thanks for the tutorial pedro much love from indonesia
Pedrão, muito obrigado por essa aula, consegui entender perfeitamente a implementação do Redux em menos de uma hora! Tu é foda mano, obrigado por esse e por todos os outros videos!
Thanks man! This was really helpful! You mentioned exactly why I was looking for redux tutorial because a job posting requires it XD. Thanks a lot man! This was very easy to understand and relatable with other state management libraries.
This was very helpful. After watching 27 examples of the Counter app, I still didn't get the big picture. Your video clarified some basic concepts I was missing. Thanks!
Pedro, bro I found your channel just 2 days ago and I'm really thankful that you've explained the difficult concepts in a very simple and beginner friendly manner. Keep Going 👍😁
Great tutorial, Pedro! I'll be subscribing. I watched a few other in-depth tutorials but got lost pretty easily right in the beginning. You really broke down in simple terms what does what and for people like me who are very new to all this, it's not as helpful when devs use all this complicated jargon without explaining what it means first.
after 1 week of regular searching for a good tutorial for redux and getting frustrated, I finally found this gem. Thank you, man! ultimately, I got it! You are a great teacher
This is the best Redux tutorial out there. You have done an amazing job in planning out the tutorial and cover different cases. Thank you. I have subscribed
Vídeozão Pedro, estou muito afim de começar meu canal também, já fiz, logo intro e tudo, to roterizando o primeiro vídeo, provavelmente irei fazer como você, todos os vídeos em inglês, parabéns pelo vídeo mais uma vez! Tu é uma inspiração pra mim!
Dear Pedro, I am new to React, I am taking a course and reinforcement with your videos. Your tutorials are new and have helped me a lot, especially this video. I'm going to take this into consideration, to apply it to my user CRUD. I hope you keep uploading more content. Kind Regards, Greetings from Chile.
This was what happened to me Me: wants to learn redux : watches random other tutorials : *doesn't understand* : checks for PedroTech tutorial : now understand 100% PedroTech, you're one of the tutors out there that can fully simplify complicated stuffs.
Hi Pedro, this is an amazing started guide to Redux! i used this guide for my project, the only thing i had to add was manage the state to the local storage for a consistent state in the app..
Finally, a redux tutorial that's not about a fucking counter
Keep up the great work mate!
Hahaha this was one of the things I was scared about this tutorial! I saw that most redux tutorials used a counter and I didn't want to cause its not really applicable to real life.
he didn't use counter app but he did used Hello World though, isn't it 😂
exactly
Don't you need a counter bro? Or 50 ways to make it in react?
Truth be told, we are all concerned about login in the first place. Now imagine the horror of figuring it out with TypeScript. I'm not sure there is one decent tutorial out there. :P
I regret not watching this video before.
Pedro, you're a truely gifted tutor. I feel as if you always understand exactly what I need to hear and see to actually understand the subject and not just repeat after you. Thank you so much!
Thank you so much! I love hearing this because it motivates me so much!
I can testify this is one of the best tutorial on Redux I have ever seen.
Really solid tutorial. Great balance of walking through the code and stopping to explain key ideas/definitions without getting bogged down in jargon. I'm new to redux and this was super digestable. Subscribed and shared with my front end class in Canada.
I was stuck with Redux, and I didn't know what to do, so I watched your video. Now I'm very happy! It's one of the best tutorial videos I've ever seen.
THIS IS THE BEST REDUX TOOLKIT TUTORIALON TH-cam!!! I WISH I COULD PAY YOU TO MAKE MORE OF THESE VIDEOS !!! LOVE YOU MAN I FINALLY GOT MY SHOPPING CART TO KIND OF WORK
Pedro thank you so much! I've been trying to learn redux for such a long time and every tutorial was quite bad. Your tutorial was easy and begginer friendly that allowed me to understand what everything was. Thank you!
Pedro, great course! Really what I need! I was desperately looking for a React/Redux course with example of creating Slices. And I found it!!! Thanks a lot! Please continue your React-oriented courses, it really helps!
Glad it was helpful!
Bro, thanks for this great tutorial, I've been learning the redux toolkit for a while now😥, but all the examples are just counter, which makes it difficult to implement in real life. This video just make it a whole lot easier for me. Thanks Man, God bless you.
Hahaha thank you! I appreciate your support :)
It's either a counter tutorial or a todo list tutorial but we're not gaining knowledge about how to implement it in big real life projects. Thank you for making a different example @PedroTech
Never commented on one of these react videos before but brilliantly explained and you leave nothing out without going into unnecessary detail. perfect level of explanation. why you do this for free baffles me :D Superb stuff. thank you!!!
I appreciate that hahaha I am glad you liked the video :)
Been researching Redux for two days and your vid was the one the cut through. Your explanations weren't bloated; the video wasn't too long; and it wasn't about creating counter. Liked and subbed.
Why I beat myself watching other tutorials before checking to see if PedroTech has one is beyond me. Once again, thank you so much!
I really felt Redux is hard to learn but this video made me to understand redux so easy. Super Dude keep going....
whenever I need the simplified version of the explanation, I come to your channel. Good Stuff
Im not sure if you are a senior or whatever but your ability to explain tech is on another level, good job mate
Thank you, I really appreciate the support! I am starting my junior year in 1 month :)
i was scared of learning redux but you have given me the confidence thank you so much wish i could like the video again
This makes me happy :) Believe me, i postponed learning it cause I was scared too!
Thanks mate. I finally have some idea about the react-redux coding convention.
Never understood redux even when I watched nearly 10 videos, no one on TH-cam explained it clearly. I have been watching your channel for quite a while now, all your videos are very helpful and this video really helped me understand redux very easily. It was a very good example of user state and thank you so much.
thanks alot, i am trying to learn redux, but most the tutorial are like 4 years ago lol
Estou fazendo uma disciplina na faculdade de computação que envolve JS e React e seus vídeos tem me ajudado pra caramba! Parabéns e obrigado pelos vídeos e todo conhecimento compartilhado de forma tão didática. Seu inglês também é sensacional!
I felt like i hit a major stumbling block named Redux when i first saw it. Everything changes now that i can always take a look at your tutorial. I really can't put into words how grateful I am. Thanks to you, I, am able to take the first and most important step, which is to understand the logic behind those lines of code. Keep pushing it my friend!
HIGHLY RECOMMENDED. To anyone who happens to watch this video, this is super helpful!
Way better than any other redux tutorial. Perfect !
Wow happy to hear that!
great explanation, I had taken a react course from udemy and I could not understand redux section and was searching for a better tutorial, and this was perfect , exactly what I need to know. Thank you for the great work.
What a nice introduction to Redux! Thanks a lot for sharing it.
Well, in the last part of your tut there is a chance to enter an invalid value for color, as developers we can avoid this using the input type color:
return (
{
setColor(event.target.value)
}} value={color}/>
dispatch(changeColor(color))}>CHANGE COLOR
)
at that level we can even drop the CHANGE COLOR button dispatching the changeColor() event directly from the color picker:
return (
{
setColor(event.target.value)
dispatch(changeColor(event.target.value))
}} value={color}/>
)
we can be more concise even:
return (
{
const c = event.target.value
setColor(c)
dispatch(changeColor(c))
}} value={color}/>
)
today I learned a lot, thank you again.
Thanks Pedro. Your tutorials are quite mind blowing. That's why I always check out your video list for any topic I wish to learn. If only I could have a direct communication with you for proper directives.
I am happy to hear that my videos are helping you out :) I do have a discord where i interact with my subs from time to time, you should check it out!
I'm a new graduated from university software engineering depeartment was struggle with changing working area game programmer to frontend programmer. I was confused that there is so much to learn about react js but your video is more comfortable than any classes that I took from university. Thank you such an amazing content to keep the people not giving up from improve themselves. Got a subscriber and I 'll recommend you to my friends!
This was the best video ever! Thank you so much, I tried learning from many other TH-cam Channels, but they confused me more, you started from the scratch and explained very simple. Thanks a lot.
So this is the redux I was so afraid of. I can't believe it's this easy. Thanks Pedro. You're videos never disappoint.
hands down to the best redux tutorial I have ever seen
These few days I have been going through many tutorial videos and trying to understand redux but still could not grab the full concept. Until I found your video today ...it indeed helps me a lot to undertand this complex library ...I totally agree you that redux toolkit is making redux millions times easier to understand and work with :D Thank you very much ! :)
I watched ur react ecommerce website tutorial from start to finish. Loved it since i learned something new. I've used context for quite some time. thought i knew all there was to know. but u showed me that there was something that i didn't. Love u man. Keep up the good work dude
Simple, clear, and straight to the point! best tutorial for beginners on redux! thank you.
one of the best tutorials I have ever watched on react related topics.
And this isn't a paid course!. You rock!!!.
Fantastic explanation for beginners. Thanks! Btw, I've been looking into the original Redux where you write cases, but Slices pretty much took over now althogh it's harder to figure it out with TypeScript.
For even better way of explaining this I'd recommend using the Redux add-on for Chrome where you can see exactly how the states are structured and which values they hold. That cemented the whole knowledge for me and now it's a delight to work with.
This is twice in a row I have been thanking myself for choosing your video over others. First of all, I don't want to use Redux and I don't have to. Thank you sir, may I have another? (subscribed)
Thanks so much.. You really simplify it.. I used to be afraid of Redux but now, You make me fall in love with it.. Thanks once again
The most concise and easy to follow Redux tutorial
Thank you!
Thanks Pedro!!!
You the best!!!
I'm lovin' it! Thanks a billion for making such extremely useful videos for us. Your hard work will pay off down the road for certain.
Thank you! You have no idea how much a comment like this one motivates me! I am happy I could help :)
@@PedroTechnologies Thank You! Your channel is one of the best ones. I kid you not.
Cara, que baita mão na roda esse tutorial! Estou quase me formando num bootcamp fullstack e o ultimo projeto exigido requere React + Redux + Rails API. Sempre ouvi falar que Redux exige essa certa configuração tediosa, mas tua excelente explicação me deu mais clareza e incentivo. Muito obg!
Pedro you are really a gem. I am also pretty much tired with learning redux with counter. Finally there is someone who can really helpful why i need redux and how it makes it easy. Thank you for your video. I am looking forward for a video with all of them. Like CRUD, Full MERN and obviously with redux
i really needed this !! thank you!!
one of the best tutorials on redux
When you explain stuff, I can understand that easily. You are a great communicator who can convey his message with great tutorials. This was amazing!
Finally a redux tutoria thats not about counter, this is the best redux tutorial so far, i wonder why its not ranking the first for redux tutorial seach.. well explained!
Thanks alott for this man! You explained Redux really well. Thanks again.
For those considering to watch this video, this video explains the use of redux and redux toolkit using a simple usecase of passing values between two children. Pedro does a great job at explaining the need for redux and also explains it in a beginner friendly way. You can definitely watch this video without a second thought!
Simple Explanation, I spend some time on other training, but finally ended here with good understanding.
Pedro, you are an excellent teacher, beside you are a great programmer, because a lot of people can be a programmer, but not a good teacher like you, thanks for the tutorial pedro much love from indonesia
in just one word: excellent.
Best tutorial I found on TH-cam. I'm new to Redux and I'm suggesting this to beginners like me. Thanks Pedro!
pedro never dissapoint
Finally, I found a channel that makes things make sense 🙌
thanks bro, thanks to you i really understand about redux toolkit 🙏
Pedrão, muito obrigado por essa aula, consegui entender perfeitamente a implementação do Redux em menos de uma hora! Tu é foda mano, obrigado por esse e por todos os outros videos!
Thank you so much for this video. I have been struggling with this concept but finally you saved me.
Thanks man! This was really helpful! You mentioned exactly why I was looking for redux tutorial because a job posting requires it XD. Thanks a lot man! This was very easy to understand and relatable with other state management libraries.
This was very helpful. After watching 27 examples of the Counter app, I still didn't get the big picture. Your video clarified some basic concepts I was missing. Thanks!
Excellent! Thanks Pedro
Pedro, bro I found your channel just 2 days ago and I'm really thankful that you've explained the difficult concepts in a very simple and beginner friendly manner. Keep Going 👍😁
I really can't thank you enough for all the tutorials you had to do
OMG ! Finally, I understand how it works... Thank you very much Pedro !
I disabled my TH-cam Add block to show my appreciation
This was not one of the most but THE MOST perfect redux tutorial I've seen. Keep up the greater work buddy. and Thanks ❤
thank you, you helped me a lot because I'm trying to work with someone in react and I really needed this right now
Finally found a tutorial that helped me understand redux! Thanks to you man!
This is the best redux tutorial I've ever seen
This must be the simplest way you could possibly have explained this. Well done!
Bro thanks for your all react js and redux videos. Ur videos helped me to get my first job 😊❤.u are one of the best teacher
You are a great teacher. I now understand Redux very well.
Redux toolkit is why I watched this video. And also cause Pedro is a great teacher.
it's definitely an advanced topic but you nailed it pedro. Thanks
Nicely Explained. Great one to understand the Redux Store, Slice and Reducer
Great tutorial, very well put together and explained well, one of the best i have watched so far!!! Thanks Pedro !!
value for time
best tutorial till now i got on utube for redux
Thanks a lot, simplified things for me, it was really hard to cope up with other redux tutorials.
The most easy-to-understand redux tutorial ever. Thanks you. helped me a lot.
Great tutorial, Pedro! I'll be subscribing. I watched a few other in-depth tutorials but got lost pretty easily right in the beginning. You really broke down in simple terms what does what and for people like me who are very new to all this, it's not as helpful when devs use all this complicated jargon without explaining what it means first.
Thank you so much i really needed a different example than simple counter project, now i understand all the process
after 1 week of regular searching for a good tutorial for redux and getting frustrated, I finally found this gem. Thank you, man! ultimately, I got it! You are a great teacher
This is the best Redux tutorial out there. You have done an amazing job in planning out the tutorial and cover different cases. Thank you. I have subscribed
I have watched many Redux tutorials but this is best
Appreciate it :)
I am new to Redux, but I really understood this tutorial! Thanks a lot Pedro!
Vídeozão Pedro, estou muito afim de começar meu canal também, já fiz, logo intro e tudo, to roterizando o primeiro vídeo, provavelmente irei fazer como você, todos os vídeos em inglês, parabéns pelo vídeo mais uma vez! Tu é uma inspiração pra mim!
Fico felizão em ouvir isso mano! Sempre é bom crescer a comunidade BR. Boa sorte!
Thank you for putting this together. Really thoughtful explanation and examples! Amazing!
Thank you very much , i wanted to learn this for so long and the way you are explaning this is just very easy to understand thank you
Finally, I can understand Redux!
Honestly speaking..this was the decent example to understand Redux.
For people from India I suggest to watch Redux Tuts by Coders Gyan
Pedro you are man sent by God himself to teach us redux 🙏🏻🙏🏻.
Loved your explanation.
Dear Pedro,
I am new to React, I am taking a course and reinforcement with your videos.
Your tutorials are new and have helped me a lot, especially this video.
I'm going to take this into consideration, to apply it to my user CRUD.
I hope you keep uploading more content.
Kind Regards,
Greetings from Chile.
Great tutorial! This is the most clear and concise one on the web! Thank you Pedro!
Broh, you just made everything so simple to understand, thank you ❤
This was what happened to me
Me: wants to learn redux
: watches random other tutorials
: *doesn't understand*
: checks for PedroTech tutorial
: now understand 100%
PedroTech, you're one of the tutors out there that can fully simplify complicated stuffs.
Hi Pedro, this is an amazing started guide to Redux! i used this guide for my project, the only thing i had to add was manage the state to the local storage for a consistent state in the app..
So far, the best redux tutorial that I've seen!!! Keep up the good work buddy!!!
Thanks Pedro for teaching all this for free! Appreciate.
Wonderful, concise, simple explanation. Thank you Pedro!
Thank you for your videos, switching from Vue to React is like a breeze with your uploads :D
Really helpful video to wrap your head around Redux, special thanks for not creating "counter" example.