Last active
December 31, 2019 18:26
-
-
Save nfons/cbf36c0d8c883fa1e09332606565e842 to your computer and use it in GitHub Desktop.
test react comp
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
import React from 'react' | |
export default class MySampleComponent extends React.Component { | |
render() { | |
return <h1> Hello Nate, Welcome to {this.props.name}</h1>; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment