Skip to content

Instantly share code, notes, and snippets.

@DreySkee
Created January 31, 2017 00:11
Show Gist options
  • Save DreySkee/de6cad7c43ae349ee0c685ab6be7d95a to your computer and use it in GitHub Desktop.
Save DreySkee/de6cad7c43ae349ee0c685ab6be7d95a to your computer and use it in GitHub Desktop.
6 - Wordpress API + ReactJS
import React from 'react';
class Home extends React.Component {
render() {
return (
<div>
<h1>Hello World</h1>
</div>
);
}
}
export default Home;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment