What the heck is useReducer()?
Jun 4, 2022 · 7 min read · 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...
CACharae and 1 more commented