Skip to content

Instantly share code, notes, and snippets.

@codeocelot
Created April 29, 2017 22:01
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 codeocelot/a5b8d6b8620188d2cff0bc3ffcf7ed80 to your computer and use it in GitHub Desktop.
Save codeocelot/a5b8d6b8620188d2cff0bc3ffcf7ed80 to your computer and use it in GitHub Desktop.
import ReactDOM from 'react-dom';
import Post from './Post';
ReactDOM.render(
<Post postId="1" /> ,
document.getElementById('root')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment