Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kellyiscute/reactgoquick

React Go QUICK
https://github.com/kellyiscute/reactgoquick

Last synced: 26 days ago
JSON representation

React Go QUICK

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()