Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
271 B

# -*- mode: snippet -*-
# uuid: a654de53-26a1-4694-9da7-cc4b906d50fa
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: reduxSelector
# key: rxselect
# --
import { createSelector } from 'reselect'
export const ${1:selectorName} = state => state.${2:selector}