electron-redux icon indicating copy to clipboard operation
electron-redux copied to clipboard

An user friendly minimal boilerplate

Open kyjak opened this issue 4 years ago • 2 comments

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:

  • a main.js file that includes one store/reducer in the main project
  • a render.js file, that fetches the initial main store
  • actions + reducers to change both main and renderrer stores and the changes are forwarded to the "other" side

kyjak avatar Dec 14 '20 22:12 kyjak

@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.

matmalkowski avatar Dec 15 '20 08:12 matmalkowski

@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

hardchor avatar Dec 30 '20 15:12 hardchor