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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: