React Redux Tutorials - 22 - Cakes and Ice Creams

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 68

  • @jensenraylight8011
    @jensenraylight8011 5 лет назад +90

    i should congratulate myself for this achievement,
    i still not believe that i finally know the concept of redux
    thanks, this video is so helpful, so structured and full of value
    your explanation is world-class
    the original documentation is a tough nut to crack,
    full of confusing word, make it feel harder to learn than it should be
    even though the concept itself is quite easy
    and you prove it, it can be explained with a simple word & example

    • @Jason-uv5tm
      @Jason-uv5tm 3 года назад +10

      is this supposed to be poem

  • @pankajsharma2216
    @pankajsharma2216 5 лет назад +30

    Sir, I want to say you that you are the best teacher in this universe, the way explained every series is far better than the others, Thanks a lot sir.

  • @authenticnaturalnoises
    @authenticnaturalnoises 5 лет назад +9

    i went through all the videos in this series and let me tell you that this is the best tutorials i ever seen in internet and i have paid many courses and was not so good as those ones. Good job

  • @jungledev1678
    @jungledev1678 2 года назад

    I hate ads on youtube video but in your videos I pray to show ads when I am watching to earn you more cause your courses are so clear and understandable

  • @MarlondaVeiga
    @MarlondaVeiga 5 лет назад +7

    Awesome series! Now I can grasp something with Redux.
    Greetings from Brazil!

  • @Powerful-Manifestor-
    @Powerful-Manifestor- 2 месяца назад

    Amazing!! One suggestion, do add the phrase "using multiple reducers in an application" as well in the video title

  • @yummysoup
    @yummysoup 2 года назад

    this channel is my weekend binge watch content.

  • @oscaranillo7131
    @oscaranillo7131 3 года назад

    Your contribution to all of us as Developers is huuuuuge! Keep up the great work!

  • @rgubri3711
    @rgubri3711 4 года назад

    The way that you are teaching making me comment for most of your videos. Man you are awesome. This is what i was looking for, when i was watch previous videos in the playlist. Thanks for your time in sharing this content to us.

  • @ShivShankar000
    @ShivShankar000 Год назад

    Thanks Sir, It was awesome. I finally understood how the react-redux works, and now i can use it in my project.

  • @jpesmar
    @jpesmar 4 года назад +1

    I just hope you earn a million subscriptions on your channel.
    I haven't seen a better explanation of this topic than this tutorial series.
    Thank you so much for doing this.

  • @GulshanSaini
    @GulshanSaini Год назад

    Your React Redux series is awesome. Continuously watching and coding along from past 3-4 hours
    Thankyou :)

  • @kennethbaahdanso6092
    @kennethbaahdanso6092 3 года назад

    your channel is amazing.. leveling up my programming skills.
    The react-redux tutorial is on point

  • @Virus-ke8xj
    @Virus-ke8xj 4 года назад

    Best best best redux lecture ever I've watched till now......you made it so simple and easy to understand 🎉🎉🎉❤️❤️❤️❤️❤️❤️❤️❤️

  • @tahmidziko
    @tahmidziko 4 года назад

    i must say... You are just SuperTeacher in the world ... your explanation just impressed me ... keep it up

  • @marioroland2176
    @marioroland2176 3 года назад

    Sir, you have made my web dev life very easy. Thank you so much. God bless you abundantly

  • @bw7891
    @bw7891 5 лет назад +1

    Amazing teaching, please continue teaching, thank you so much !

  • @majidshah48
    @majidshah48 3 года назад

    IN reducers the " default case : return state;" is necessary when using multiple reducers in redux.

  • @funnyordie5098
    @funnyordie5098 5 лет назад

    thank you, it's easy to understand what is redux

  • @shivamrichariya3266
    @shivamrichariya3266 2 года назад

    Hi Vishwas, could you plz explain about the lifecycle, how is the flow when we call action method from container , how action will go to reducer

  • @grigorfanyan1821
    @grigorfanyan1821 4 года назад

    Thousands of thanks. great explanation

  • @medelmobarik4246
    @medelmobarik4246 4 года назад

    As the previous comments I can also say that u r the best .. Big up bro

  • @zainuddin1205
    @zainuddin1205 3 года назад

    Thank you for making redux so easy

  • @saskirakosyan3788
    @saskirakosyan3788 4 года назад +1

    Goog lesson )) I like your react redux course

  • @lijojohns5488
    @lijojohns5488 3 года назад

    Great Video. Well explained.

  • @abobakerhilal4138
    @abobakerhilal4138 5 лет назад

    Your explanation is beautiful, but I stumbled into understanding the action where you are separating the type of action from the function as well as the content of the function where there is only the type, is supposed to write the real procedure in the function instead of
    typing in the switch

  • @marching_shubham
    @marching_shubham 4 года назад +2

    Getting confused.
    When should we use { } in import statement and when not ?
    e.g. import cakeReducer from './cake/cakereducer'
    import {combinereducers} from 'redux'
    import {buycake} from './redux'
    whats the difference between above statements ?

    • @Fathurrr1000
      @Fathurrr1000 4 года назад +4

      without {} only when u importing export default component

    • @nitishkhanna9368
      @nitishkhanna9368 4 года назад +4

      When you're importing a component which was exported with "default", you don't have to use {...}. But when you're importing a component which was exported without "default", you'll have to use {...}

  • @shahjalalrafi4732
    @shahjalalrafi4732 3 года назад

    you are a genius and also make me genious.
    thanks

  • @akshdeeprajawat9642
    @akshdeeprajawat9642 4 года назад +4

    The 2 people who disliked this were drunk.

  • @alexkleme3332
    @alexkleme3332 4 года назад

    Thank you so much dude! this is an amazing tutorial.

  • @souravpaul9395
    @souravpaul9395 5 лет назад +1

    Thanks for this tutorial.

  • @Basha502
    @Basha502 5 лет назад

    Awesome explanation

  • @jdhenckel2
    @jdhenckel2 4 года назад

    Terrific class! thanks so much. By the way, why don't you put semicolons at the end of your lines? Isn't it dangerous to allow all JS to guess where the end of statement should be?

  • @Prakash_399
    @Prakash_399 Год назад

    Can someone explain me why from the 'index.js' (inside 'redux' folder) we are specifiy the the export statement for 'buyCake' and 'buyIceCream' ? We are already exporting it in the aaction creator right!

  • @l.n.v.adityavadri8639
    @l.n.v.adityavadri8639 5 лет назад

    Nice explanation..👍👍👍
    Please do add videos for react native as well...

  • @chandra9491
    @chandra9491 2 года назад

    how you are using the reducer? where you linked? can you check-in the code to some repository, may be github please.

  • @jamalxd5647
    @jamalxd5647 Год назад

    2:14 how do you export the buyCake and buyIceCreams without importing them

  • @jatinderarora2261
    @jatinderarora2261 4 года назад

    Thanks for the awesome series ! A quick question...is it possible to call dispatch either without clicking the button OR at least once before clicking the button. I tried following but certainly getting error. In my case, I need to run dispatch only once though without any click...may be on load of page. Thanks for your help on this.
    function HooksCakeContainer() {
    const numOfCakes = useSelector(state => state.numOfCakes)
    const dispatch = useDispatch()
    // dispatch(buyCake())
    return (

    Number of cakes(Hook) - {numOfCakes}
    dispatch(buyCake())}>Buy Cake

    )
    }

  • @belindayin2618
    @belindayin2618 4 года назад

    is there a way to parametrize everything instead of creating action, type, reducer for each type of item we want to sell??

  • @andrzejsotnikow7494
    @andrzejsotnikow7494 3 года назад

    Thank you

  • @varshitbandaru4121
    @varshitbandaru4121 3 года назад

    How is state parameter being passed in mapstatetoprops

  • @peddivarunkumar
    @peddivarunkumar Год назад

    How does UseDispatch() know of the right reducer function?

  • @sangtonsing9722
    @sangtonsing9722 3 года назад

    It works on decrement(when buying cake the number of cake decrease) but when trying to increment it malfunctions. Suppose numOfCakes-10 and when we buy it gives us 9 but when incrementing the number instead of giving 11 it gives us 101, 1011, 10111, 101111... Why? is it an intention bug?

  • @cuongit
    @cuongit 3 года назад

    thank you.

  • @AsadSaif2
    @AsadSaif2 Год назад

    How to use usedispatch with multiple reducers in root reducer ???😅

  • @habibbellia2607
    @habibbellia2607 5 лет назад

    Helpful ... Thanks 👍👍👍

  • @aryan7069_
    @aryan7069_ 3 года назад

    great man

  • @nishant_raj312
    @nishant_raj312 3 года назад

    why do we need to export action creator?

  • @semuthitam2211
    @semuthitam2211 5 лет назад

    any continue after this chapter?

  • @sm1ley732
    @sm1ley732 5 лет назад

    Thanks !

  • @senangcoding4747
    @senangcoding4747 4 года назад

    thanks

  • @Fleshlight_Reviewer
    @Fleshlight_Reviewer 4 года назад

    you're a god

  • @kanikarungta4452
    @kanikarungta4452 3 года назад

    I want to ask a question, when I use redux developer tools, its showing me no store found. Any idea why?

    • @utkarshtiwari4956
      @utkarshtiwari4956 3 года назад

      Hi Kanika, wherever you are creating redux store add below line,
      window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
      Eg - const store = createStore(rootReducer, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__());

  • @YOUTUBE_IS_WOKE
    @YOUTUBE_IS_WOKE 3 года назад

    Since the future of Redux is bleak, any other recommendation for something that's easier to use and make things simple and not overly complicated for hooks and state?

  • @amitkumarvishwakarma5194
    @amitkumarvishwakarma5194 3 года назад

    awesome

  • @doomsdaybook4733
    @doomsdaybook4733 3 года назад

    its great

  • @francisfernando4605
    @francisfernando4605 3 года назад

    Great Tutorial. Thank you. it renders both cake and icecream everytime when store state changes. is there a way to use Memo to block re rendering?. i am going to watch your rendering tutorial after redux so no worries.

  • @АльфредГордан
    @АльфредГордан 4 года назад

    thanks && it was epic

  • @haralc
    @haralc Год назад

    Someone needs to rewrite react and redux. It repeatedly violates the DRY (Don't Repeat Yourself) principle!

  • @programmer4047
    @programmer4047 4 года назад

    Too much boilerplate code

  • @nuziveetiramu4355
    @nuziveetiramu4355 Год назад

    Thanks