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
Hi, I was wondering if there's a way to receive the last action that produced the state in StoreConnector.ignoreChange?
Use case: This is for performance tuning. So we can ignore a part of the state update when we are sure that only a certain action can cause that part of the state to be changed. In this case, producing a new ViewModel could be skipped, because it is expensive.
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if there's a way to receive the last action that produced the state in StoreConnector.ignoreChange?
Use case: This is for performance tuning. So we can ignore a part of the state update when we are sure that only a certain action can cause that part of the state to be changed. In this case, producing a new ViewModel could be skipped, because it is expensive.
The text was updated successfully, but these errors were encountered: