React Redux Tutorials - 10 - Combine Reducers

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

📱 Follow Codevolution

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

Even paid courses don't make things clear as you did ; in one word awsome, thank you

parrou
Автор

This channel is very underrated. Its a full course....not some preview crap that is basically an hour long sales pitch. Appreciate you bother!

Nate
Автор

Who else here feels like Redux is making them their brains explode? I've watched 4 other videos trying to learn it already .... this one is really helpful for sure!

xhpfanx
Автор

I know little bit about redux but after watching your redux series I get very good grasp of redux. And your example of cake shop is really amazing.

flokipanda
Автор

I can't thankyou enough. You're a savior bro. Explaining everything with such great simplicity and clarity. I love all of your videos. Thankyou sooo muchhh.

prateek
Автор

What a crisp and precise content. Just a basic example with full focus on concepts. Superb. Keep going Vishwas.

mandardeshpande
Автор

NO one can make things as easy as you made in this and every other courses. You're pretty amazing.

shivakc
Автор

Great respect fpr this tutorial. You don't need to rename your reducers while combining in an object, you can just write original names with comma in between and it will still work

rp
Автор

redux was never so easy!! thanks a ton!!

prasunkj
Автор

Thank you for this amazing explanation. You really made it very simple

aliabbani
Автор

Thank you .. Now I understood how Redux works, that was so clear.

_rachid
Автор

Really my impression level is Infinity. I have checked too many tutorial but Everytime I Was confused . why sometimes they used reducer and rootreducer together. But you are the best teacher 💘💘💘 You are amazingly the best. Lots of thanks & wishes 🥰

shahipapon
Автор

Feeling like redux s so easy, thank you much.

satyasahoo
Автор

I I were a billionaire I would have asked him to join my company as a ceo man you are so good you have prepared the lectures in a proper manners thanks a million

PandeyjiVlog
Автор

Hi, thank you for the amazing tutorials

Before splitting into multiple reducers, I added number of Transaction in my state.
initialState = { numOfCake: 10, numOfIcecream: 20, numOfTransaction: 0};
in the single Reducer, I will always add 1 to numOfTransaction for each action

I have a question after splitting into multiple reducers,
how to I share/keep track on the numOfTransaction information between two reducers?

Thank you again.

karlleung
Автор

i rarely comment on videos, but bro..you make learning really easy tbh

isakawilliam
Автор

I love Maltese accent, had so many colleagues from there :-P

nikoblading
Автор

2:48 it doesn't ignore it, if any action.type is present there, it'll act upon it.

piyush
Автор

2:48 is wrong, the action does not ignore it, it does stuff to it (you can even add a console.log to check if that is true, which it is).

Jason-uvtm
Автор

The tutorial was presented with great clarity. Thanks, Vishwas

{2022-09-27]

Pareshbpatel