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
The infinite recurse seemed awesome, but has some problems. If you fire multiple actions against the store before your component is connected, and the actions themselves depend on the state being updated synchronously from the action before it, then bad things will happen. Maybe generators can help us here to do something synchronously that needs to act asynchronous. I've always wondered about doing something like this, I think it's time to dive in and see if it can be done.
The text was updated successfully, but these errors were encountered:
The infinite recurse seemed awesome, but has some problems. If you fire multiple actions against the store before your component is connected, and the actions themselves depend on the state being updated synchronously from the action before it, then bad things will happen. Maybe generators can help us here to do something synchronously that needs to act asynchronous. I've always wondered about doing something like this, I think it's time to dive in and see if it can be done.
The text was updated successfully, but these errors were encountered: