This repository provides you with the example code to enable cross-domain communication between a parent window with HTML and a child iframe with React.js. The idea of the example code is to pass URL ...
Note window.postMessage has limition on message, works like JSON.parse() and JSON.stringfy().If you have trouble with it, configure a convert function in broadcast and transfer API. Send state changes ...