samiskin / redux-electron-store

⎋ A redux store enhancer that allows automatic synchronization between electron processes
MIT License
375 stars 32 forks source link

Serialize actions to JSON before sending them over IPC. Fixes #10. #11

Closed davej closed 8 years ago

davej commented 8 years ago

As detailed here: https://github.com/samiskin/redux-electron-store/issues/10

samiskin commented 8 years ago

:+1: