Skip to content

Instantly share code, notes, and snippets.

@JohnAmican
Created September 1, 2015 01:48
Show Gist options
  • Save JohnAmican/2e7e2bcd0629984ed04c to your computer and use it in GitHub Desktop.
Save JohnAmican/2e7e2bcd0629984ed04c to your computer and use it in GitHub Desktop.
React = require 'react'
app = require './app'
module.exports = (data) -> React.renderToString app(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment