Finally I understood what is what does reducer function do ... Thank you !
@weizhang23892 жыл бұрын
This channel deserves 1m subscribers
@23Kattayopp4 ай бұрын
man, you're so so great! thanks a lot for the explanation, it seemed so natural from you, after some hours full of documentation and other tutorials that didn't seem to work.
@amjedh71333 ай бұрын
i watched couple of video about useReducer and still confused about it but after ur video its clear thanks for the explantion
@bikraa69497 ай бұрын
i'm not really good at english but your explenation is easy to understand, thanks sir
@tochimclaren3 ай бұрын
If you want to make a component that'd do CRUD, useReducer is the best option. If it's over the wire use with useEffect.
@umutcan8521 Жыл бұрын
thanks for everything bro i dont know very well english but your video better than my own language :D
@matthewbeardsley70042 жыл бұрын
Yep, great content Sam, you teach me something new everytime!
@adriananin3150 Жыл бұрын
Awesome video ! How are you getting the autocomplete for the dispatch functions though ?
@shashankbhat6184 Жыл бұрын
Good content explained neatly. Thanks man🙌
@kishoreandra2 жыл бұрын
Great video Sam 🙌
@கார்த்திகேயன்-ந9ழ Жыл бұрын
Nice explanation dude 😉😉 greate !!!!
@hananfadah11 ай бұрын
Liked, subscribed and I what to thank you for this very great tutorial..
@kamblikritarth Жыл бұрын
I have a question, after deploying all the jokesReducer function to a separate jsx file, the submit and sort functions do not work and return a blank screen instead.
@francisfuwaku Жыл бұрын
make sure you are exporting the all that needs to be exported from that js file
@psyferinc.3573 Жыл бұрын
can you do a more complicated useReducer video where the initial state is 2 arrays and each of them receive objects from multiple imput buttons. im trying to use state to store the opening and closing hours upon entity creation so i can send in bulk to the database and its been a challenge figuring out how to be efficient about it where i can use the same state where i use them on the front end