Redux Combine Multiple Reducers Tutorial | React Redux Series Part 5

preview_player
Показать описание
Combining Multiple Reducers Using CombineReducer Method to a rootReducer for store | React Redux Series Part 5

Keywords : Redux for beginners, Redux Simplified, Redux Fundamentals, Redux basics , How Redux works , bare-bone redux app, create store, add reducers, dispatch actions, react with redux

*Code for the project

Full React JS tutorial Series Playlist

Help the channel via patron and buying merchandise

Follow me for technology updates

Help me translate this video.
Рекомендации по теме
Комментарии
Автор

You're just a Life Saver for many React developers who were really feared the redux .. Love u man..

Maniruzzaman
Автор

whenever I want to learn something new for my work, I check out Techsith's videos and I never get disappointed. They're always clear and to the point. Thanks a lot for your work!

yekaterinabindyuk
Автор

You are really great. Captivated method of teaching redux wonderful you are great sir Thanks alot.

reactnativefromstart
Автор

Thank you man, i had started a course from zero to mastery on udemy but couldnt understand redux part, you made it very simple, thankyou. Just always try to explain every small thing cuz you never know who is watching your vidoes, it could be a beginner or an expert as well. I appreciate your efforts. Once again thank you....Lots of love from Kashmir

rehaan
Автор

Crystal clear explanation, loved it ❤.

jdsingh
Автор

"and if you do it again it makes it s...". I always get a laugh at your edits. Thanks for the helpful tutorial!

caseyvandyke
Автор

REDUX in a very simplified and easy to grasp form...hats off to you sir

aaaaaaa
Автор

Your teaching method is really so awesome. I have been watching your videos last so many days. Thank you so much sir...

prashantmestry
Автор

Thanks for making the concepts easy for beginners..

creativemyvillageatoz
Автор

Thanks a lot for putting a lot of effort on creating these tutorial. Looking forward for anything related to redux-saga. 👍

gabovanlugo
Автор

Another awesome video making the complex simple and understandable for us! :) Just one suggestion, towards the end all the same naming conventions with a and b, I wasn't sure which was coming from where. Changing foo bar type names as much as possible would help beginners drive home the points. I changed the 'a', 'b' naming conventions towards the end and played around with it and really enjoyed this video. Thank you so much for everything you do!

semlimi
Автор

techsith coming with the best always :)

fdc_
Автор

excellent topic sir, these concepts cover Props UNDEFINED error easily, thanks sir for wonderful example, explanation :)

netuse
Автор

Good session (y) and can you come up with handling API data using redux

kirankumar-zfyd
Автор

Just wanted to chime in here: mapStoreToProps and mapStateToProps are the same thing! The name of the function is foo bar banana, that is, it is irrelevant. (Wonderful video as always, thx m8!)

phonographiq
Автор

you are great man Thank You So much for this Wonderful content, once again thank you So much.😃😃

harendrakumardas
Автор

Great! you are the best!! Please create new video for a complete project with implementing what we have learnt so far. it will help us to understand and correlate the things very much better.

veeramanit
Автор

techsith i have a doubt, can we use window scope instead of using redux for maintaining global state. if ok, then what is an additional job of redux

trymysolution
Автор

Thanks for the session can you please explain that you have used mapStateToProps in previous vedio and in this you have used mapStoreToProps is there any diff

Ukbagpack
Автор

Why is " import reducerA from './store/reducerA' " correct ?
In reducerA file, we have written only const

prabhjotsinghahluwalia