From Chaos to Order: Organizing State with useReducer πͺ
Why do we use UseReducer if we have UseState?
So up until now, we have been using the useState hook to manage all our state, right? However, as components and state updates become more complex, using useState to manage all state is, in certain situat...
samarjitmahi.hashnode.dev7 min read