Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
199 B

# -*- mode: snippet -*-
# uuid: 137d875c-953c-4180-bda6-0522b99af83a
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: createRef
# key: cref
# --
this.${1:refName}Ref = React.createRef()