Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitchouhan1020/ana-react-ts-snippets
https://github.com/ankitchouhan1020/ana-react-ts-snippets
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankitchouhan1020/ana-react-ts-snippets
- Owner: ankitchouhan1020
- Created: 2021-01-12T10:04:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T11:30:10.000Z (about 4 years ago)
- Last Synced: 2024-10-14T13:24:02.537Z (3 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# react-ts-snippets
---
## Installation
Launch VS Code Quick Open (Ctrl + P or Cmd + P), paste the following command, and press enter.
`ext install ankitchouhan1020.ana-react-ts-snippets`
## Supported languages (file extensions)
- TypeScript (.ts)
- TypeScript React (.tsx)## Snippets
Below is a list of all available snippets and the triggers of each one. The **⇥** means the `TAB` key.
| Trigger | Content |
| -------------- | ---------------------------------------------- |
| `typeclass→` | `create a react class component` |
| `typefunc→` | `create a react functional component` |