Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An user friendly minimal boilerplate #287

Open
kyjak opened this issue Dec 14, 2020 · 2 comments
Open

An user friendly minimal boilerplate #287

kyjak opened this issue Dec 14, 2020 · 2 comments
Labels
documentation 📚 v2 All issues related to v2

Comments

@kyjak
Copy link

kyjak commented Dec 14, 2020

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
@matmalkowski
Copy link
Collaborator

@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 matmalkowski added documentation 📚 v2 All issues related to v2 labels Dec 15, 2020
@hardchor
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📚 v2 All issues related to v2
Projects
None yet
Development

No branches or pull requests

3 participants