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: prototype granular stores #4023

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

State management: prototype granular stores #4023

ericpgreen2 opened this issue Feb 12, 2024 · 1 comment
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.

Rather than one monolithic store to hold dashboard state, we could split this up into more granular stores. We will prototype this approach for the filters state to assess its performance and ergonomics.

@ericpgreen2 ericpgreen2 added the nit Nit Issue Type label Feb 12, 2024
@ericpgreen2 ericpgreen2 removed the nit Nit Issue Type label Feb 12, 2024
@ericpgreen2
Copy link
Contributor Author

Calling this one done in favor of #4308 and #4309

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