Created
November 4, 2016 16:14
-
-
Save nishinoshake/0dd5c2d34288681adba9d84d8b5e2668 to your computer and use it in GitHub Desktop.
React Stateless Functional Component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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