-
Notifications
You must be signed in to change notification settings - Fork 52
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
Redux Example #61
Comments
+1 looking forward to the redux example |
Sorry to turns this to a "+1 thread", but +1 from me as well. Though I'm probably going to start (trying to) implementing react-resolver + redux in next few weeks so if no one else have done the example before that, I might be able to put together something... though I'm pretty new to React ecosystem, so not sure if my examples will be any good :D |
It's cool, I'm using:
:) |
Which...actually didn't work haha. Thanks for your support! I'll be doing some TDD tonight for this (Tequila Driven Development). |
@ericclemmons best kind of development right there! lol |
Hahaha I might be doing |
well in that case, +1 |
This should also how how to handle #82 |
I'm using redux with redux-api-middleware. With Just sharing my thoughts. +1 |
A better solution might be to use redux-promise (more discussion: redux #99). Using that I think it would be possible to call the needed async actions on |
+1 |
1 similar comment
+1 |
So is there any example usage with redux? |
@AriaFallah I use https://github.com/Rezonans/redux-async-connect ... |
@sars Thanks! I'll take a look |
Using v1:
Also, this should be a form example, IMO. Something to warrant the router, but also having a store.
The text was updated successfully, but these errors were encountered: