JakeGinnivan / react-popout

React popout is a React component wrapping window.open allowing you to host content in a browser popup window.
MIT License
188 stars 59 forks source link

Add ability to post to popup? #20

Open jw56578 opened 8 years ago

jw56578 commented 8 years ago

You can inject a form into the page and submit to _target

donnrriz commented 7 years ago

You can use postMessage to set up communication between the popout page AND 'MAIN' APP. Best to register any popout windows with a unquie id when you create them in the applications state to be more secure and only allow messages to and from registered windows to be allowed.