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
Should redispatching from within Reducers be allowed to prevent the double up of checking state with the middleware and then reacting to it with a redispatch?
In the current model, you're both reacting in a reducer to the state change, and preempting that state change in middleware before it even happens. This is far from ideal.
The text was updated successfully, but these errors were encountered:
Should redispatching from within Reducers be allowed to prevent the double up of checking state with the middleware and then reacting to it with a redispatch?
In the current model, you're both reacting in a reducer to the state change, and preempting that state change in middleware before it even happens. This is far from ideal.
The text was updated successfully, but these errors were encountered: