Rocket React,Redux,Express -> Javascript SnippetsThe fastest snippets for JavaScript.Reactimp -> import reactimps -> import react, useStateimpse -> import react, useState, useEffectimprrs -> import router,route,switch improuter -> import browserrouterimpcomp -> import component from ./components/namereactboilerplate -> creates react empty functionreactcontext -> creates useReducercontextreactcontextstate -> create useState contextusestate -> uses state with setCapitaluseeffect -> uses useeffectrmodel -> creates value,setValue for inputreactprivateroute -> Generates private routereactprivateroute.spin -> Generates route with conditional loading spinner (spinner is empty)Reduxreduxboilerplate -> creates empty function component that uses connect with reduxreduxaction -> creates redux actionreduxreducer -> creates redux reducerreduxstore -> creates redux store with browser extension reduxrootreducer -> creates main reducer for your #### appreduxmaponly -> inserts mapstatetoprops and mapdispatchtoprops with connect to your functionreduxconst -> creates export redux action typeExpress - MongoDBexpressserver -> creates mongoose,express,dotenv server with connectionsexpressroutes -> creates crud routes with async and => functionexpressmodel -> creates empty mongoose schemaUtile.pre -> e.preventDefault()logit -> console.log()arrow -> creates arrow functionaarrow -> creates async arrow functionarrow.exp -> creates and exports arrow functionaarrow.exp -> creates and exports async arrow functionpromise. -> creates return Promise function.then -> answers the promise with thenres. -> res.status(value1).json(value2)imp.m -> import module like import value from "value"Firebase Reactfirebaserootreducer -> root reducer of redux with firebasefirebaseactionredux -> redux action with firebasefirebasereduxstore -> redux store with firebasefirebase.auth -> creates firebase settings with authfirebasereduxconfig -> creates firebase redux config for new versions |