useReducer is a local state management hook just like useState to store and update the state of a component. useReducer will take a reducer function and initial state as its two parameters. Let's learn how to build our custom useReducer hook. I will ...
gagan-bn.hashnode.dev2 min readNo responses yet.