Skip to content

Instantly share code, notes, and snippets.

@KirillTregubov
Last active July 12, 2022 21:00
Show Gist options
  • Save KirillTregubov/9a88b0ab4dc75feab45d6ccf6562852a to your computer and use it in GitHub Desktop.
Save KirillTregubov/9a88b0ab4dc75feab45d6ccf6562852a to your computer and use it in GitHub Desktop.
Type-safe React functional component scaffolding
const Component: React.FC = () => {
return <></>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment