klarna / electron-redux

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

Examples as code that showcase sample electron apps with usage (and integration with other libs) #298

Open matmalkowski opened 3 years ago

matmalkowski commented 3 years ago

We could have an examples directory, with several simple electron apps, each covering different scenario, and focusing on similar groups that can be tested. Current e2e setup with single instance of electron app is simple, but prevents us from using it for more complex scenarios & integrations with 3rd party libraries

A good started would be examples for those:

Those examples would live as stand alone packages in example folder, and we could run some integration tests template on them

dukeeagle commented 2 years ago

Would love to see an example of using @reduxjs/toolkit, if anyone in the community has something!

rossicler-hostalky commented 9 months ago

Would love to see an example of using @reduxjs/toolkit, if anyone in the community has something!

I'm still looking for that, did you find something you could share?