🪝useReducer Hook🪝
useReducer is usually preferable to useState when you have complex state logic that involves multiple sub-values or when the next state depends on the previous one.
useReducer is a built-in React hook.
In this article, you will learn what the useRedu...
chhakulizingare.hashnode.dev3 min read