Skip to content

Instantly share code, notes, and snippets.

@vishwanatharondekar
Created February 18, 2017 10:45
Show Gist options
  • Save vishwanatharondekar/46b42dfea47dae983712ece30ab7fc41 to your computer and use it in GitHub Desktop.
Save vishwanatharondekar/46b42dfea47dae983712ece30ab7fc41 to your computer and use it in GitHub Desktop.
@mobileRenderable
class MyComponent extends React.Component {
renderMobile(){
return(<div>Aswesome My Component rendered for mobile </div>)
}
render(){
return(<div>Awesome My Component</div>)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment