React snippets link : https://marketplace.visualstudio.com/items?itemName=xabikos.ReactSnippets

 

Snippets

Below is a list of all available snippets and the triggers of each one. The  means the TAB key.

TriggerContent
rcc→class component skeleton
rrc→class component skeleton with react-redux connect
rrdc→class component skeleton with react-redux connect and dispatch
rccp→class component skeleton with prop types after the class
rcjc→class component skeleton without import and default export lines
rcfc→class component skeleton that contains all the lifecycle methods
rwwd→class component without import statements
rpc→class pure component skeleton with prop types after the class
rsc→stateless component skeleton
rscp→stateless component with prop types skeleton
rscm→memoize stateless component skeleton
rscpm→memoize stateless component with prop types skeleton
rsf→stateless named function skeleton
rsfp→stateless named function with prop types skeleton
rsi→stateless component with prop types and implicit return
fcc→class component with flow types skeleton
fsf→stateless named function skeleton with flow types skeleton
fsc→stateless component with flow types skeleton
rpt→empty propTypes declaration
rdp→empty defaultProps declaration
con→class default constructor with props
conc→class default constructor with props and context
est→empty state object
cwm→componentWillMount method
cdm→componentDidMount method
cwr→componentWillReceiveProps method
scu→shouldComponentUpdate method
cwup→componentWillUpdate method
cdup→componentDidUpdate method
cwun→componentWillUnmount method
gsbu→getSnapshotBeforeUpdate method
gdsfp→static getDerivedStateFromProps method
cdc→componentDidCatch method
ren→render method
sst→this.setState with object as parameter
ssf→this.setState with function as parameter
props→this.props
state→this.state
bnd→binds the this of method inside the constructor
disp→MapDispatchToProps redux function










Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5