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
Redux middleware for electron to share immutable store between main and renderer processes
<script type="module">
import electronReduxImmutable from 'https://cdn.skypack.dev/electron-redux-immutable';
</script>
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