UseReducer Introduction
Created by Codedamn about a year ago
No description provided
11 Comments
This module could realy benefit from some labs.
yeah there should be some practice labs
There should be some Practise or Real world problems.
Lab would be really helpful
Need Lab to Practically Understand it
really boring......I'm like 🙄🙄
You often use new terms without a prior context - for example here - Redux, Dispatch , Action.
I think it is not always a good idea to start off from the code - when you are trying to explain a new concept . Could not understand what is a useReducer and why is it needed !
reduxiii
prepare before hand on topics to teach with a flow, in this video i understand what are you doing but it is confusing
Why to define the reducer function outside the component? Is it neccessary, as I have tried to define the randomFunction inside the App component, but it seems to work fine for this case.