klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

then-able dispatches to AliasedActions #309

Open PaulSzymanski opened 3 years ago

PaulSzymanski commented 3 years ago

Hey folks, I want to await dispatches in the renderer as I am able to in the main process. I replaced the IPC send with an invoke-able IPC. This works like a charm for me :)

I would love to hear your thoughts on this!

I did not adjust the type definitions yet.

CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

matmalkowski commented 3 years ago

Hi @PaulSzymanski await-able dispatches are not intended part of this library, and we don't plan to support them in v2 version