yasnippet-snippets/snippets/rjsx-mode/React/scu

10 lines
222 B
Plaintext
Raw Normal View History

2019-02-28 21:03:22 +01:00
# -*- mode: snippet -*-
# uuid: 0f6de3c7-5374-445d-a82e-d01364b53f04
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: shouldComponentUpdate
# key: scu
# --
shouldComponentUpdate(nextProps, nextState) {
2019-02-28 21:03:22 +01:00
$0
2019-02-28 21:36:05 +01:00
}