Apr 2, 2021
Hi Mike,
interesting article, thank you.
From my experience, handling states of a form can quickly get really messy. What seems to scale better is handling state changes in Redux (or in`useReducer`'s state).
I really recommend such approach, you can try it out :)
Best regards
Krzysztof