Skip to content

Instantly share code, notes, and snippets.

@jtrefry
Created October 29, 2015 18:38
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 jtrefry/05490c3255fed17f0248 to your computer and use it in GitHub Desktop.
Save jtrefry/05490c3255fed17f0248 to your computer and use it in GitHub Desktop.
File template for a React Stateless Component.
import React from 'react';
const ComponentName = (props) => (
<div></div>
);
export default ComponentName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment