What the heck is useReducer Hook
Let's have a look at an advanced hook in the React series.
useReducer Hook
This is one of the hooks that can be considered as advanced React.
We use this hook when we have a more complicated setup as far as states are concerned.
It is similar to us...
sobhandash.hashnode.dev2 min read