Skip to content

Instantly share code, notes, and snippets.

@FrankGerold
Last active January 24, 2020 14:35
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 FrankGerold/a636705698195d180e4b46c18caf7004 to your computer and use it in GitHub Desktop.
Save FrankGerold/a636705698195d180e4b46c18caf7004 to your computer and use it in GitHub Desktop.
Example of functional comp
import React from 'react';
const Demo = (props) => (
<div>Functional Component</div>
);
export default Demo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment