babel-sublime-snippets
contains a set of shorthands for Sublime Text to working more easily with ES2015 and React.
With it, for example, you can just type cdup
followed by a TAB
and you’ll end up with componentDidUpdate(prevProps, prevState) {…}
.
Find it as Babel Snippets through Package Control.