init
This commit is contained in:
14
snippets/rjsx-mode/React/rconst
Normal file
14
snippets/rjsx-mode/React/rconst
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- mode: snippet -*-
|
||||
# uuid: 01abffb6-2b92-423d-850b-51ee5fdf4117
|
||||
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
|
||||
# name: classConstructor
|
||||
# key: rconst
|
||||
# --
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
|
||||
this.state = {
|
||||
$0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user