Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created November 4, 2016 16:14
Show Gist options
  • Save nishinoshake/0dd5c2d34288681adba9d84d8b5e2668 to your computer and use it in GitHub Desktop.
Save nishinoshake/0dd5c2d34288681adba9d84d8b5e2668 to your computer and use it in GitHub Desktop.
React Stateless Functional Component
const App = () => {
return (
<div>
<h2>hoge</h2>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment