Javascript and Typescript snippets to boost productivity in React development for vscode.
This is a work in progress, more snippets will be added in the near future.
Examples
Example of functional component in TS.
Example of functional component with useState hook in TS.
List of snippets
Typescript (TS)
Prefix
Description
tfc→
functional component
tfcs→
functional component with useState hook
tp→
add interface for component props
tret→
return of component template
rust
use state hook typed
Javascript (JS)
Prefix
Description
rfc→
React functional component
rfcp→
React functional component, without props (cleaner)