Open jhen0409 opened 7 years ago
Could you give a pointer to where to start for this issue? I might take a look at it. It seems really useful to me 😄
You can start work on reduxAPI
middleware, get instance state and send to another windows via Electron IPC API, then update state with IMPORT
message (Debugger worker received the message). Most of the logic is in remotedev-app
if you want to understand.
It's similar to the
Sync
trigger inremote-redux-devtools
monitor:It will sync actions / state between all instances, but if we want to do this in here, we may sync the
debugger windows
instead ofinstances
, and depends the storename
for sync it.This would be useful when debugging both iOS and Android or multiple real devices.
In progress
STATE
devtools actionname
See the comment.