Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite recurse for actions #41

Open
lastmjs opened this issue Jun 2, 2017 · 0 comments
Open

Infinite recurse for actions #41

lastmjs opened this issue Jun 2, 2017 · 0 comments

Comments

@lastmjs
Copy link
Owner

lastmjs commented Jun 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant