2 use cases of the useReducer ReactJS hook
useReducer is a Hook that allows us to manage multiple states more efficiently, create complex state logic, and manage states that depend on previous states. The following two use cases are good examples of how we can make use of this hook.
useReduce...
blog.damiandemasi.com4 min read