How to use React's useReducer Hook
React’s useReducer hook is one of the built-in hooks React provides, it is an alternative to the more commonly used useState hook. However, its strict and verbose setup often leads developers to prefer the useState hook or state management libraries....
immg.hashnode.dev14 min read