Skip to content

Instantly share code, notes, and snippets.

@alexkuttig
Created September 26, 2022 09:46
Show Gist options
  • Save alexkuttig/e26a4a38cd0c7c20ff01f23115466d3f to your computer and use it in GitHub Desktop.
Save alexkuttig/e26a4a38cd0c7c20ff01f23115466d3f to your computer and use it in GitHub Desktop.
Chapter 1 - 6
function App() {
const userName = "Some Name";
return (
<div>
<WelcomeMessage userName={userName}/>
<ReactButton/>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment