You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using component-level state and hooks for the form, and getting weird effects if someone goes back/forward or clicks to internal links and then back to form. Consider Redux
The text was updated successfully, but these errors were encountered:
@jlev I can take this on. Can you point me to the areas in the application you'd want to use global state? I did a quick search for useState and found a few items, but all of them might not necessitate global state.
This might not need the complexity of Redux and React Context could do the trick instead. Do you have a strong preference?
But, I'm seeing some weird issues when someone navigates away from the form (to eg, Methodology) and then back. Progress is lost, which is not a deal breaker but isn't a great experience. The worst problem is that when you reload a form step (even the first one), it renders with a broken layout which doesn't make sense to me...
After navigating to form/vote directly
After starting to fill out the form and then reloading
Currently using component-level state and hooks for the form, and getting weird effects if someone goes back/forward or clicks to internal links and then back to form. Consider Redux
The text was updated successfully, but these errors were encountered: