-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add thunk-like action #74
Comments
I guess this would just be actions that invoke a callback to signify completion rather than returning a promise? |
Yup |
I'm on the fence about this one. I wonder if what we really need is middleware... Right now I'm not sure how we'd be able to support thunks since we already use returned functions as a way to detect promisified actions. Any thoughts on a way to do it? If we could find a solution, the plumbing should be literally just another line here. |
|
@developit I want to help but I don't know what's on your mind. I can only picture this with an event driven architecture, as far as I can see, |
@aprilmintacpineda I looked at how |
Hey all, check out #109 for a really basic support for thunks. 🤷♂️ |
No description provided.
The text was updated successfully, but these errors were encountered: