useReducer() Hook: Let me dispatch it
Introduction
In previous article, I have tried to explain the useState hook. The word reducer might present a thought about Redux but don’t worry you don’t have to think about it. I will try to explain what useReducer is and how to use it.
Whe...
yadavrajshekhar.hashnode.dev4 min read