Skip to content

Instantly share code, notes, and snippets.

@DreySkee
Last active June 16, 2017 16:36
Show Gist options
  • Save DreySkee/69a4884a7fb32c27f95e95b293ec50db to your computer and use it in GitHub Desktop.
Save DreySkee/69a4884a7fb32c27f95e95b293ec50db to your computer and use it in GitHub Desktop.
6 - Wordpress API + ReactJS (Updated)
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