Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/7fc55a97fce49d73e4bac34ddb133018 to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/7fc55a97fce49d73e4bac34ddb133018 to your computer and use it in GitHub Desktop.
react composant : example 1
class Exemple extends React.Component {
render() {
return <h1>Hello World</h1>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment