useReducer() hook in react
Introduction
The useReducer hook is a built-in hook in React that allows you to manage state in a more complex way than the useState hook. While useState is great for managing simple state changes, useReducer is useful for managing more complex state...
hiteshmishra.hashnode.dev2 min read