Skip to content

Instantly share code, notes, and snippets.

@mathieulesniak
Created October 2, 2016 14:43
Show Gist options
  • Save mathieulesniak/1620444259539fc10d6f26e66a847044 to your computer and use it in GitHub Desktop.
Save mathieulesniak/1620444259539fc10d6f26e66a847044 to your computer and use it in GitHub Desktop.
import React from 'react';
class ReactIsGreat extends React.Component {
render() {
return <h2>React is great !</h2>;
}
}
export default ReactIsGreat;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment