Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 actions

Work in progress