Realm DB local - nodejs for Electron desktop app - how do Live Objects work?

Im also doing the same thing (sending liveObject.toJSON via ipc to a renderer with React) It seems like we can’t send live object through ipc…

Next step would be to addListener in electron and then send the changes to React…

Is there a better way ?