Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikorablin/electron-redux-immutable
Redux middleware to share an immutable store between renderer and main processes
https://github.com/nikorablin/electron-redux-immutable
electron ipc redux redux-middleware
Last synced: about 2 months ago
JSON representation
Redux middleware to share an immutable store between renderer and main processes
- Host: GitHub
- URL: https://github.com/nikorablin/electron-redux-immutable
- Owner: nikorablin
- License: mit
- Created: 2018-03-14T21:25:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T16:20:22.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T01:49:59.548Z (about 2 months ago)
- Topics: electron, ipc, redux, redux-middleware
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Redux Immutable
A redux middleware that allows you to share an immutable redux store across your electron processes using IPC to send and receive actionsWork in progress