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.
We have a hypothesis that Immer middleware could isolate our derived stores and prevent unnecessary re-renders.
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.
We have a hypothesis that Immer middleware could isolate our derived stores and prevent unnecessary re-renders.
The text was updated successfully, but these errors were encountered: