redux slices and xml parsers are shared between front and main
store uses an index of slices exposed in the shared
store uses an index of middlewares exposed in main
for each slice exposed :
IPC listeners are created in the backend (in registerStoreIPC)
IPC action emiters are created and exposed in the bridge
A proxy store is managed by the bridge.
For now, slice IPC actions in front are retrieved using an App.store.actions(slice)
(see the counter buttons for example)
A proxy store is managed by the bridge. For now, slice IPC actions in front are retrieved using an App.store.actions(slice) (see the counter buttons for example)