Skip to content

Instantly share code, notes, and snippets.

@janzenz
Created March 13, 2017 07: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 janzenz/97d106c6765d74c229cdca8281145925 to your computer and use it in GitHub Desktop.
Save janzenz/97d106c6765d74c229cdca8281145925 to your computer and use it in GitHub Desktop.
A stateless Pure Component
import React from 'react';
const MyPureComponent = () => (
<div>This is My Component!</div>
);
export default MyPureComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment