electron-redux
electron-redux copied to clipboard
An user friendly minimal boilerplate
I'm trying to use electron-redux, my steps:
- go through the readme on github main page and apply all mentioned changes to my code
- still does not work, so going through the time demo app in sources
- that time app is too complicated and takes time to process, found some more code pieces i was missing
- 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 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.
@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