Created
December 4, 2016 13:47
-
-
Save erabhimanyu/a2b30ea6b588c758387d38b6d00811dc to your computer and use it in GitHub Desktop.
A starter gist for creating a stateless react component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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