Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

8 satır
213 B

# -*- mode: snippet -*-
# uuid: f33474db-1dd4-402b-852a-2c486d464213
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: createContext
# key: rcontext
# --
const ${1:contextName} = React.createContext()