-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Firing redux actions from the application menu #118
Comments
@jhen0409 I am interested in #108 however I would like to see the starter include an example of how to accomplish it without redux-electron-store. In my app I created a function https://github.com/slightlytyler/mocksy/blob/master/app/store/bindStoreToMenu.js Any feedback on my logic is welcome, I'll gladly contribute what I can if this is something the project would like to include |
@burkhardr is it possible to do this with |
@amilajack Yeah, couldn't see why not! |
Great! Closing this in favor of #968. |
Can anyone explain a little bit how this is done with |
ok, looks like #1615 is the answer for me |
never mind, this stackoverflow solution is the simplest. I tried |
What's the preferred way of hooking the application menu into redux? I've implemented undo / redo but am having trouble firing the actions from the menu click. It would be nice to have an example of this included in the repo
The text was updated successfully, but these errors were encountered: