Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

App renders entire tree on any data change #23

Open
alexwaeseperlman opened this issue Mar 15, 2021 · 0 comments
Open

App renders entire tree on any data change #23

alexwaeseperlman opened this issue Mar 15, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alexwaeseperlman
Copy link
Collaborator

alexwaeseperlman commented Mar 15, 2021

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.

@alexwaeseperlman alexwaeseperlman self-assigned this Mar 15, 2021
@alexwaeseperlman alexwaeseperlman added the bug Something isn't working label Mar 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant