Skip to content
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

State management: add Immer to prevent unnecessary derived store updates #4022

Closed
ericpgreen2 opened this issue Feb 12, 2024 · 1 comment
Closed
Assignees

Comments

@ericpgreen2
Copy link
Contributor

Our current state management package suffers from unnecessary derived store updates, which has numerous downstream performance impacts. It's described in "Problem 1" of #3960.

We have a hypothesis that Immer middleware could isolate our derived stores and prevent unnecessary re-renders.

@AdityaHegde
Copy link
Collaborator

We have a prototype. We are probably not going with the immer approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants