Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyiscute/reactgoquick
React Go QUICK
https://github.com/kellyiscute/reactgoquick
Last synced: 26 days ago
JSON representation
React Go QUICK
- Host: GitHub
- URL: https://github.com/kellyiscute/reactgoquick
- Owner: kellyiscute
- Created: 2020-04-14T01:57:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T18:51:26.000Z (over 1 year ago)
- Last Synced: 2024-12-13T06:33:06.089Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Go QUICK
Speed up your coding with this extension.# Commands
## CreateComponent
`Create a new function component`
## CreateContext
`Create a context`# Snippets
`fc` => Fcuntion Component
`imrc` => import React from 'react'
`imco` => import Component
`imrs` => import React, useState
`imrsc`=> import React, useState, useContext
`cf` => Create function
```
const funcName = () => {}
```
`ush` => useState Hook
`uch` => useContext Hook
`csl` => console.log()