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
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
For some reason when I was writing this app I thought it would be a good idea to propagate every state change up to the root component for each form. This means that the app re-renders every component in that view, even though only one changed. Fixing this should be relatively easy and it will create a visible performance increase.
The text was updated successfully, but these errors were encountered:
For some reason when I was writing this app I thought it would be a good idea to propagate every state change up to the root component for each form. This means that the app re-renders every component in that view, even though only one changed. Fixing this should be relatively easy and it will create a visible performance increase.
The text was updated successfully, but these errors were encountered: