Skip to content

Instantly share code, notes, and snippets.

@alexkuttig
Created September 26, 2022 09:43
Show Gist options
  • Save alexkuttig/ec0a606f560733623132561d3b600d83 to your computer and use it in GitHub Desktop.
Save alexkuttig/ec0a606f560733623132561d3b600d83 to your computer and use it in GitHub Desktop.
Chapter 1 - 3
function ReactButton() {
const link = 'https://reactjs.org';
return (
<div>
<a href={link} target="_blank" rel="noopener noreferrer">
Go To React
</a>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment