React Redux Tutorials - 6 - Reducers

preview_player
Показать описание

📱 Follow Codevolution

Reducers in
Рекомендации по теме
Комментарии
Автор

As a non-native Eanglish speaker, I really apreciate the slow and clear way you talk. Thank you!

somewhereatvinland
Автор

I love how you explain all the concepts very easy to understand, I've watched many videos but yours is are the only ones which I find useful

Pyraptor
Автор

Let me say I have to stopped ion the middle of this video to say"Thank you for all the time, the concepts and the explanation". You've make me to be a better programmer being a beginner, you have simplify and also reveal the abstractions instead of carting it away which most people do while teaching programming. I have this channel on notifications and also I'm willing to support this so that other people car benefit from Thank you and many thanks Viswas . Only God can reward you no amount of material things can pay for this knowledge.

dreadesina
Автор

Is reducer function is act same like setState method and we could consider this function also as changing state method (global state in redux store). What is the basic difference between setState method, useState hook and reducer function and when to use them


Thank you 🙏🏻

NIKHILYADAV-xmql
Автор

3:44 very imp that we are not mutating state object, but we return a new object, because reducer is a pure function that accepts state having more than one property and action as its parameter, and returns next state of app

prisinha
Автор

“Action” doesn’t seem to be defined, does redux just automatically know which function is the action? Because how are you accessing action.type if you didn’t define action

rebeccatom
Автор

Thala vera level la teach panra bro!!! Nalla puriyudhu! apdiye ella frameworks and library teach pannu bro kaasu kuda tharen!

mithunraam
Автор

4:14 create a copy of state object using spread operator

prisinha
Автор

4:33 copy of object using split operator.

nitin
Автор

YES you legit just solved an issue I had been stuck on for a while! I forgot to use to spread operator! Thank you so much!

meganadams
Автор

Nice work. I have been watching all your react videos. I have a question related to spread operator which you used at 5:01. Isn't spread operator will do shallow copy if the state have multiple inherited object. Please correct me if i am wrong. How can we handle it?

souravsuman
Автор

Thanks a lot, i've been looking for redux tutorials but i couldn't understand what the instructurs were explaining, until i found this playlist, you're awesome man, putting this high quality tutorial for free on youtube.

RaresMarianRosca-jxyn
Автор

Vishwas - I really Appreciate the way you Explain each & Every Concept Slowly & Precisely.

AasifKhan-koin
Автор

Never I had understood these concepts so clearly untill I found your channel. Vishwas you are a gem and I plan to go through all of through you playlists, I will share with you about my updates on learning. Thank you love from India

kevinstuart
Автор

thanks so much ! helped me out a lot understanding redux

airsingh
Автор

i have become a fan of your videos !!! very beautifully explained.

annie
Автор

It took one year for me to understand redux completely. Finally this video helped. The way he is explaining is awesome.. Thank you so much.

IntotheWildscape
Автор

Great explanations that i ever seen, such an easy way of understanding the redux concept

lathakaliappan
Автор

Can you explain why you have used an arrow function for defining reducer and the ES5 syntax for defining the buyCake function?

harshjaiswal
Автор

for me this is the best explenaton of Redux

realtorBG