What the heck is useReducer()?
Prerequisutes: - Basic understanding of JavaScript - Basic understanding of array functions - Basic understading of React - Basic understading of hooks in react Introduction In simple words, useReducer is a hook used for state management in react. D...
Jun 4, 20227 min read199
