Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 4, 2018 12:17
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 productioncoder/fa470df8828ef68394b4c9f580a4978d to your computer and use it in GitHub Desktop.
Save productioncoder/fa470df8828ef68394b4c9f580a4978d to your computer and use it in GitHub Desktop.
Youtube delegate presentational logic to WatchContent
/* ... */
import WatchContent from './WatchContent/WatchContent';
/* ... */
export class Watch extends React.Component {
/*... */
render() {
return (
<WatchContent/>
);
}
/*... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment