Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Last active April 28, 2019 04:42
Show Gist options
  • Select an option

  • Save AnkurVyas-BTC/f33d1fb6774dea9a9d5dbea0dc9d04b8 to your computer and use it in GitHub Desktop.

Select an option

Save AnkurVyas-BTC/f33d1fb6774dea9a9d5dbea0dc9d04b8 to your computer and use it in GitHub Desktop.
Big React component!
import BigComponent from '../components/BigComponent';
class MainComponent extends React.Component {
render() {
return <BigComponent/>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment