Skip to content

Instantly share code, notes, and snippets.

@NWR91

NWR91/react.js Secret

Created July 12, 2017 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NWR91/cfc5c3e44fced04a10bcb0b78b92694b to your computer and use it in GitHub Desktop.
Save NWR91/cfc5c3e44fced04a10bcb0b78b92694b to your computer and use it in GitHub Desktop.
render: function() {
return <header>
{ this.state.name ?
this.state.name :
<span>Not Logged In</span> }
</header>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment