klarna / electron-redux

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

An user friendly minimal boilerplate #287

Open kyjak opened 3 years ago

kyjak commented 3 years ago

I'm trying to use electron-redux, my steps:

  1. go through the readme on github main page and apply all mentioned changes to my code
  2. still does not work, so going through the time demo app in sources
  3. that time app is too complicated and takes time to process, found some more code pieces i was missing
  4. result, hours spent on something that could be written here in a nice way

Please add a minimal boilerplate with:

matmalkowski commented 3 years ago

@kyjak Hi, thanks for the feedback!

We are working on the version 2 of the library, that apart from a major rewrite to typescript, will also include nice hosted documentation website. We are planning to include detailed getting started guide as well as some common recipes with code examples.

hardchor commented 3 years ago

@kyjak In the meantime, you'll find a basic example in our integration test suite: https://github.com/klarna/electron-redux/tree/master/packages/electron-redux-e2e