Last active
July 12, 2022 21:00
-
-
Save KirillTregubov/9a88b0ab4dc75feab45d6ccf6562852a to your computer and use it in GitHub Desktop.
Type-safe React functional component scaffolding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Component: React.FC = () => { | |
return <></> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment