Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 22, 2018 18:27
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/78ec38e1442d724bb90f0c0aff3521cd to your computer and use it in GitHub Desktop.
Save productioncoder/78ec38e1442d724bb90f0c0aff3521cd to your computer and use it in GitHub Desktop.
Youtube in React: search component skeleton
import React from 'react';
import './Search.scss';
class Search extends React.Component {
render() {
return (
<div>Todo</div>
);
}
}
export default Search;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment