gaearon/redux-electron-store — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2016-02-04
Keep a notifications popup window in sync with the main app's data using a filter for just the relevant fields.
Build a multi-window Electron app where each window's Redux store automatically reflects changes from the main process.
Reduce unnecessary updates to secondary windows by filtering which state changes get synced to them.
| gaearon/redux-electron-store | 3imed-jaberi/cryptography-si-isamm | 3imed-jaberi/koa-isomorphic-router | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2016-02-04 | 2021-09-25 | 2021-02-06 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 2/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires your Redux state to be immutable, direct object mutation isn't supported.
Keeps separate Redux stores in sync across an Electron app's main and renderer processes, with filters so each window only gets the data it needs.
Mainly JavaScript. The stack also includes JavaScript, Redux, Electron.
Dormant — no commits in 2+ years (last push 2016-02-04).
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.