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
228 B

# -*- mode: snippet -*-
# uuid: 0f6de3c7-5374-445d-a82e-d01364b53f04
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: shouldComponentUpdate
# key: scu
# --
shouldComponentUpdate = (nextProps, nextState) => {
$0
}