klarna / electron-redux

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

chore: adding basic example of usage in raw scenario + moving integration tests #299

Closed matmalkowski closed 3 years ago

matmalkowski commented 3 years ago

Instead of having single e2e test suite, that limits to one electron configuration, I have added examples directory, that will hosts multiple different usage scenarios (and integrations with external libs). On top of it, it will run integration suite on all the examples, so it will be easier to spot any potential integration mistakes, especially when dealing with middleware config

matmalkowski commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: