core icon indicating copy to clipboard operation
core copied to clipboard

create a code-snippet for a function stateless component

Open devmozao opened this issue 3 years ago • 0 comments

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();

devmozao avatar Jul 31 '22 00:07 devmozao