Skip to content

Instantly share code, notes, and snippets.

@tlakomy
Created September 25, 2018 19:22
Show Gist options
  • Select an option

  • Save tlakomy/b6670e021f7d49d56e69c3aaf543af78 to your computer and use it in GitHub Desktop.

Select an option

Save tlakomy/b6670e021f7d49d56e69c3aaf543af78 to your computer and use it in GitHub Desktop.

Revisions

  1. Tomasz Łakomy created this gist Sep 25, 2018.
    7 changes: 7 additions & 0 deletions 30 second React course
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    import React from 'react';

    const MyComponent = () => (
    <h1>Hello, Egghead!</h1>
    );

    export default MyComponent;