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.

9 lines
271 B

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