Skip to content

Instantly share code, notes, and snippets.

@fi11
Created September 20, 2018 08:29
Show Gist options
  • Select an option

  • Save fi11/e4e2407055291a1bed5369bca3887f8a to your computer and use it in GitHub Desktop.

Select an option

Save fi11/e4e2407055291a1bed5369bca3887f8a to your computer and use it in GitHub Desktop.
function render() {
switch(this.state) {
case LOGIN_STATE:
return <Login/>
case SUCCESS_STATE:
return <Success/>
default:
return <Login />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment