React: Introduction to useReducer hook
Jul 12, 2022 · 3 min read · In this article, I'm assuming that you have at least some knowledge of using React and want to explore React Hooks. useReducer This hook is used to handle complex state in our application. Inspired by redux state management pattern (If you're not fam...
Join discussion
