core
core copied to clipboard
create a code-snippet for a function stateless component
create a new typescriptreact code snippet to facilitate the write of a functional component, something like
export const Component: FC = () => {
//
}
export default Component
also, update all the current snippets to be accessed with abbreviations like
abbreviation: uef
meaning: use effect function (in order to remember)
the output: const [foo, setFoo] = useState();