Skip to content

Instantly share code, notes, and snippets.

@sscotth
Last active August 31, 2016 00:21
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 sscotth/e7c25909ae39cbcdcde8947e5e8e8f59 to your computer and use it in GitHub Desktop.
Save sscotth/e7c25909ae39cbcdcde8947e5e8e8f59 to your computer and use it in GitHub Desktop.
ReactExample.carbide.com
import React from 'react'
import ReactDOM from 'react-dom'
ReactDOM.render(
<h1>Hello World</h1>,
document.getElementById('root')
)
h1 {
color: red
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment