Skip to content

Instantly share code, notes, and snippets.

@erabhimanyu
Created December 4, 2016 13:47
Show Gist options
  • Select an option

  • Save erabhimanyu/a2b30ea6b588c758387d38b6d00811dc to your computer and use it in GitHub Desktop.

Select an option

Save erabhimanyu/a2b30ea6b588c758387d38b6d00811dc to your computer and use it in GitHub Desktop.
A starter gist for creating a stateless react component
import React, {Component} from 'react';
import styles from './Name`.scss';
const Name = () => ();
Name.defaultProps = {};
Name.propTypes = {};
export default Name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment