klarna / electron-redux

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

feat: make renderer state initialization synchronous by default #280

Closed matmalkowski closed 3 years ago

matmalkowski commented 3 years ago

Apart from implementing the synchronous initialisation, (and keeping the async one OPT-IN via options), I've also moved a bit a code to stand alone modules and added some more unit tests

resolves #278

matmalkowski commented 3 years ago

@sapkra Here you go ;)

matmalkowski commented 3 years ago

:tada: This PR is included in version 2.0.0-alpha.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: