Skip to content

Instantly share code, notes, and snippets.

@wsrast
Created November 16, 2018 15:30
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 wsrast/b35cf30dc8138be5e753811ef1ef3679 to your computer and use it in GitHub Desktop.
Save wsrast/b35cf30dc8138be5e753811ef1ef3679 to your computer and use it in GitHub Desktop.
Simple React functional component
const Functional = props => <div>This is a Functional component!</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment