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.
 
 
 
 
 
 

11 lines
243 B

# -*- mode: snippet -*-
# uuid: 9a5dfef3-2b52-4c8e-bad1-3493599e10d9
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: reduxAction
# key: rxaction
# --
export const ${1:actionName} = (payload) => ({
type: ${3:type},
payload
})