Overview Version History Q & A Rating & Review
react-snippets
react typescript & javascript snippets for vscode for faster development, all examples have taken been after discused with more than developer to reach out the best and shorter way for snippets
if you like it, don't forget to share it, and follow me on twitter 👇
if you have more snippets and would like to share it with us, please reach me on twitter
Don't forget LICENSE.md 👻
available commands
Identifier
Description
imm
→
ES6 Import
im@
→
ES6 Import with Alias @
rq
→
ES5 Require statement
cl
→
console.log()
rc
→
import react with its component
fth
→
Fetch api
fna
→
ES6 Function
fnc
→
ES5 Function
rcc
→
React Javascript class component
rfc
→
React Javascript function (stateless) component
rncc
→
React Native class Component
rnfc
→
React Native function(stateless) component
rdcc
→
Redux Javascript class component
rtcc
→
React Typescript class component
rtfc
→
React Typescript function(stateless) component
rntc
→
React Native class component
rnfc
→
React Native function (stateless) component
mps
→
redux map state to props redux
mpd
→
redux map Dispatch to props redux
pps
→
construct variable from this.state
ppr
→
construct variable from this.props
rhc
→
react hooks component
rnsf
→
react function with styled-components support
story
→
Storybook template
snap
→
Create Jest test snapshot step using Enzyme
and more
spread with Love ❤️
Author