#reacthooks
Read more stories on Hashnode
Articles with this tag
We dive into React's useReducer hook and see how we can use it to manage complex state. We first compare useState and useReducer and slowly add on to...
When managing React state with the new useReducer hook, you may find that there are commonly repeated action types and logic in your reducer...