Skip to content

Instantly share code, notes, and snippets.

@JosephShering
Created May 17, 2015 20:33
Show Gist options
  • Save JosephShering/f08b1ce8fb0bfc41908f to your computer and use it in GitHub Desktop.
Save JosephShering/f08b1ce8fb0bfc41908f to your computer and use it in GitHub Desktop.
var App = require('./../src/javascripts/App.js');
var AppComponent = React.createFactory(App);
var html = React.renderToString(AppComponent());
res.send(html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment