-
Notifications
You must be signed in to change notification settings - Fork 95
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
Integration with redux-api? #26
Comments
Thanks 😄
I'm not quite sure how
So |
Thanks for your answer. There is no way to customize the actions creators 😞 ... I will try to solve my problem with a different pattern. |
Things like redux-api (or redux-saga) look nice at first, but they also take a lot of flexibility away from you. |
Hi, first of all, great library! :)
My app is using
redux-api
and right now the only thing that I can't figure out is how to avoid duplicated requests on the renderer and main.I should be using
createAliasedAction
to make the actions fire on the main process only, butredux-api
auto generates the action creators... any advice??The text was updated successfully, but these errors were encountered: