Using the useReducer Hook
Often times as react developers we are conflicted about which hooks to use to manage the internal state of our component. When to use useState or useReducer.
So far in my experience, I have seen so many codebases that make use of useState and for so...
chekwas88.hashnode.dev5 min read