Last active
June 16, 2017 16:36
-
-
Save DreySkee/69a4884a7fb32c27f95e95b293ec50db to your computer and use it in GitHub Desktop.
6 - Wordpress API + ReactJS (Updated)
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
class Home extends React.Component { | |
render() { | |
return ( | |
<div> | |
<h2>Hello world!</h2> | |
</div> | |
); | |
} | |
} | |
export default Home; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment