Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitchouhan1020/ana-react-ts-snippets


https://github.com/ankitchouhan1020/ana-react-ts-snippets

Last synced: about 2 months ago
JSON representation

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` |