Shiranka Miskin

Results 19 comments of Shiranka Miskin

@KlaussMC I think Webpack is causing some weirdness here, might also be related to `nodeIntegration: false`. I haven't done Electron stuff for a while now so sorry for not being...

@ttay24 I abandoned this project a while back, and it'd require further updates to function now in Electron 14 and up due to the removal of `remote`. You likely want...

Not sure I understand completely (especially confused by "cant import reducers directly in main"), but this library does assume the states of the renderer and main process have some overlap,...

@NeverMore-KL Not sure exactly what you mean by "get out of multiple webviews", but if you can spin up a repo with a minimal repro of the bug you're hitting...

@NeverMore-KL sorry I'm still not fully understanding, is this a general question unrelated to `redux-electron-store`?

Hmm, you could potentially wrap the saga enhancer to have it ignore payloads with this shape or also wrap this enhancer with one that adds tags to the actions it...

@arieldf So right now `master` has the `renderer` that dispatches the action running the action through its reducer, then the diff from that update gets sent to `main`. `main` then...

Unfortunately much of this library is dependent on the use of plain JavaScript objects, even though it really shouldn't. I'll likely have to do a few API-breaking changes so I'm...

@hhff Unfortunately I likely won't be able to do significant work on this project for a while 😞, possibly until the very end of this year, but I'll always be...

Might be able to get it to work within this project using https://github.com/intelie/immutable-js-diff and https://github.com/intelie/immutable-js-patch The core of this project is just that when an action happens, diff the state,...