Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Created October 7, 2016 15:44
Show Gist options
  • Save igmoweb/90c00f4e611e9d23e929528fcb794ad7 to your computer and use it in GitHub Desktop.
Save igmoweb/90c00f4e611e9d23e929528fcb794ad7 to your computer and use it in GitHub Desktop.
Un simple Hello WordPress en React
import React from 'react';
export default class App extends React.Component {
render() {
return <div>Hello WordPress</div>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment