React hooks: An advanced look at converting useState to useReducer
In my previous blog, I gave a basic demonstration on how to manage state with useReducer instead of useState. In this blog, I'll dive into a more complex example.
When managing state for a form, things can get complex quickly. Take this form, for exa...
lyndsiwilliams.hashnode.dev3 min read