hi i like your way of teaching thank you for this course but one thing i notice and i try to do my self but cant able to do like when doing order of cake or icecream if number of cake or number of iceream less than 0 in inventry it should stop dispaching i can do that but issue is that how to stop decremnt number of icecream which was decrement thorugh cake order when we was giving one fre icecream while doing order cake
This channel is seriously underrated. Thank you very much Vishwas!!
one of the redux tutorial on planet Earth and best TH-cam tutor 🥰🥰
All your videos are sale worthy. Thanks for this much value and your humble approach to teaching.
Realy this serie need to habe more than 10000 coment ,thx for the efort that you did .
God bless you...This is very understandable
Great! Waiting for the next video.
thank you!!
You are great 🚀
Nice explaination
hi i like your way of teaching thank you for this course but one thing i notice and i try to do my self but cant able to do like when doing order of cake or icecream if number of cake or number of iceream less than 0 in inventry it should stop dispaching i can do that but issue is that how to stop decremnt number of icecream which was decrement thorugh cake order when we was giving one fre icecream while doing order cake
You can add extra check in extraReducers: if(state.numOfIceCream === 0) return;
Question! How could 'useState' work without importing? Mine shows error saying useState is not defined. Thank you for your great video!!
oops. Sorry, I just noticed it is using React.useState directly. Thanks!
react.useState() thats how . This is also a way of directly importing using the hook from react apart from 'import {.....} from .... ;
Yes, I am enjoying the video :) @vish