Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>React ez snippetsNew to Visual Studio Code? Get it now.
React ez snippets

React ez snippets

hehehai

|
437 installs
| (0) | Free
Code snippets for Reactjs development in ES6 syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Reactjs easy snippets

react class component

Installation

In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.

There you have either the option to show the already installed snippets or install new ones.

Supported languages (file extensions)

  • JavaScript (.js)
  • JavaScript React (.jsx)

Snippets

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

React

Trigger Content Description
ir→ import React i = import, r = react
irc→ import React and Component constructor c = Compoent
irp→ import React and PureComponent constructor p = PureComponent
rfc→ function Component
rcc→ class Component
cc→ class constructor
cr→ class render
cwm→ class componentWillMount
cdm→ class componentDidMount
crp→ class componentWillReceiveProps r = receive, p = props
csu→ class shouldComponentUpdate s = should, u = update
cwu→ class componentWillUpdate
cdu→ class componentDidUpdate
cum→ class componentWillUnmount um = Unmount
cdc→ class componentDidCatch
cp→ class this.props
cs→ class this.state
cso→ class this.setState object o = object
csf→ class this.setState function f = function
cds→ class default state
cdp→ class static defaultProps
ch→ class handler arrow function h = handler

Other

Trigger Content Description
ed→ export default e = export, d = default
ec→ export const c = const
edf→ export default arrow function
ixp→ import Provider for react-redux x = react-redux
ixc→ import createStore other for redux x = redux
ixr→ import combineReducers for redux r = combineReducers
rxa→ redux action generator arrow function a = action
rxr→ redux reduce arrow function r = reduce

Reference

VSCode create snippets Creating your own Snippets

Snippets gernerator Snippt Atom & VScode

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft