Simple Functional React SnippetsExceptionally simple snippets for creating React function components in Visual Studio Code. SnippetsNothing more, nothing less than what you need to start composing a component. These snippets provide multiple cursors where fc - Create a function component
lfc - Create a lambda function component
fcr - Create a function component with a return statement
lfcr - Create a lambda function component with a return statement
|