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.
 
 
 
 
 
 

10 lines
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}