Skip to content

Instantly share code, notes, and snippets.

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