Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeDaviid/8fbdb406e1801a56d6cd32c45b7ea84a to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/8fbdb406e1801a56d6cd32c45b7ea84a to your computer and use it in GitHub Desktop.
react composant : example 2
function Exemple(props) {
return <h1>Hello World</h1>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment