Redux in a Minute: How Actions Shape Your UI
In Redux, we have a reducer function that takes an action and a state value. When an action comes from the UI, it can be sent to the reducer.
When you click, you trigger an action! This means somethi
saurabh532.hashnode.dev3 min read