Skip to content

Instantly share code, notes, and snippets.

@zbyte64
Created December 11, 2014 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbyte64/070fa723b7fe278a602c to your computer and use it in GitHub Desktop.
Save zbyte64/070fa723b7fe278a602c to your computer and use it in GitHub Desktop.
Render to an iframe using its own document model
var IReact = require.bind(window.frames['layout'])('react');
IReact.renderComponent(IReact.DOM.div({}, "hello world"), window.frames['layout'].document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment