For intricate state handling, try out the useReducer() Hook
So, lately, I have been working on a form component. It was a registration form that had quite a few fields in it. The state management for this was not complex, but it was repetitive. Creating a state for each input field and updating it whenever th...
anshumanmahato.me5 min read