Wojciech Brożonowicz
Wojciech Brożonowicz
~1 min read

Categories

Tags

Usage of Simple React Snippets in React (VSC)

To work faster in React, install extension Simple React Snippets in Visual Ctudio Code

Then You can generate automatically code, my favaroute snippets are:

1] cc -> Class Component

2] ss -> setState

3] ffc -> Function Component

4] cdm -> componentDidMount

5] imr -> Import React

More in documentation: https://marketplace.visualstudio.com/items?itemName=burkeholland.simple-react-snippets

That’s all!