Created
October 7, 2016 15:44
-
-
Save igmoweb/90c00f4e611e9d23e929528fcb794ad7 to your computer and use it in GitHub Desktop.
Un simple Hello WordPress en React
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
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