Created
September 26, 2022 09:46
-
-
Save alexkuttig/e26a4a38cd0c7c20ff01f23115466d3f to your computer and use it in GitHub Desktop.
Chapter 1 - 6
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> | |
<WelcomeMessage userName={userName}/> | |
<ReactButton/> | |
</div> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment