Created
September 26, 2022 09:44
-
-
Save alexkuttig/591379eba09855e145941419d69170b4 to your computer and use it in GitHub Desktop.
Chapter 1 - 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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