Basic usage: The component and props name will be based on the file name, capitalized.
| Snippets | Long Snippet | Description |
|---|---|---|
rfc→ |
react.function.component |
React Functional Component |
sfc→ |
stateless.function.component |
Stateless Function Component (Arrow Function) |
prp→ |
react.component.props |
React Component Properties |