-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide How To Manage Form State In A Performant Way #10551
Labels
Milestone
Comments
|
Fixed by #10531 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we naively lift form state up to the reducer and do nothing else, the performance drops because the whole app re-renders on every key press (typing into the form). Two options to solve this:
The text was updated successfully, but these errors were encountered: