Skip to content

Instantly share code, notes, and snippets.

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