Skip to content

Instantly share code, notes, and snippets.

const Hello = ({greeting = ‘Hello’}) => <div>{greeting}</div>;
let example = <Hello name=’TypeScript 1.8’ />;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment