redux-electron-store icon indicating copy to clipboard operation
redux-electron-store copied to clipboard

⎋ A redux store enhancer that allows automatic synchronization between electron processes

Results 18 redux-electron-store issues
Sort by recently updated
recently updated
newest added

Hi there, I'm using Immutable.JS in my state and it seems that if I have electronEnhancer() in the renderer, I get the data fine as a basic object but it...

Sorry, this is going to be very brief. I switched from 0.4.1 to 0.6.2 and got this error: ``` Uncaught SyntaxError: Unexpected token u in JSON at position 0 at...

I'm encountering an issue and am not sure if I'm doing something wrong or if this is a bug. What happens is: My app loads in two phases, the store...

As far as I understand how this works, each renderer is responsible for generating its own state diff and send it to main. Now an example: Here is the main...

@samiskin Hi! I am experiencing the following issue: Renderer fires an action that is forwarded to main. As far as I understand with the latest lib this action will not...

Hi again, This looks a bit silly but after I thought I solved this issue it appeared again at the exact same moments. When I store a socket and a...

Hi, Conforming to [FSA](https://github.com/acdlite/flux-standard-action), I think the `source` action property should be in a `meta` property.