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

Use redux in the main and browser processes in electron

Results 60 electron-redux issues
Sort by recently updated
recently updated
newest added

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

As the title suggest, move dependencies to preload script, similar to how it's done in the [fork](https://github.com/partheseas/electron-redux/blob/main/packages/electron-redux/src/preload/preload.ts)

enhancement โœจ
security
v2

We just upgraded to the `2.0.0-alpha.9` and the new setup looks amazingly simple! I've not gotten things working quite yet, and maybe won't be able to quite yet, but one...

v2
feature idea

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

enhancement โœจ
v2
chore ๐Ÿงน

Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access Commits f659836 Bumped v4.0.3 7a4ae7f Node v14 d3e240e Fix unintialized memory access 1c590ad...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

## problem Redux need to write lots of action and reducer, while `rematch` combine action and reducer, and use immer to make a mobx-like experience. **Describe the solution you'd like**...

feature idea

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

v2
documentation ๐Ÿ“š

In my redux store I recognized, that all actions which are dispatcher, are processed by the main and the renderer store. As far as my store is pretty huge and...

bug ๐Ÿ›