Burkhard Reffeling

Results 32 comments of Burkhard Reffeling

Sorry, could you provide the correct link to that fork, please?

Hey @eric-burel, Thanks so much for your thoughts, and apologies for replying so late. > you can't guarantee the actual synchronization between stores when actions are missed (nobody cares because...

You're right, that shouldn't even work (and I'm slightly puzzled why it does nevertheless). Saving to a global store should be relatively easy, even given the current implementation. PRs welcome...

@eric-burel Sorry, just catching up on emails! As mentioned in the other issue, that's what aliased actions are meant to be for - whenever you need to trigger an action...

@kyjak In the meantime, you'll find a basic example in our integration test suite: https://github.com/klarna/electron-redux/tree/master/packages/electron-redux-e2e

Hey @walleXD That's probably happening because your async action fires both on the renderer and the main thread. Have you tried [aliased actions](https://github.com/hardchor/electron-redux#aliased-actions-main-process) ?

Yeah, so depending on what you're doing, your option is to either use the `local` option and prevent the action from being forwarded to the main thread's store, or use...

Hey @paulius005 (and @percyhanna). Time electron-redux receives some much-needed love. I'm sure you've long since moved on, but I'd still like to pick this up (and be it for future...

note to self: Check https://github.com/electron-userland/electron-builder/wiki/Options#buildwin to build locally, check out AppVeyor for production build

https://github.com/hardchor/electron-redux/blob/master/.circleci/config.yml there you go mate