Skip to content

Instantly share code, notes, and snippets.

@tgrecojs
Created August 20, 2017 07:44
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 tgrecojs/7bced7262c6092d8648a948c869314de to your computer and use it in GitHub Desktop.
Save tgrecojs/7bced7262c6092d8648a948c869314de to your computer and use it in GitHub Desktop.
next.js shell component
import React from 'react';
export default ({title = 'How tight is this next.js thing?'}) => <h2>{title}</h2>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment