{ "destructuring of props": { "prefix": "dp", "body": ["const { ${1:name} } = this.props"] }, "destructuring of state": { "prefix": "ds", "body": ["const { ${1:name} } = this.state"] }, "if falsy return null": { "prefix": "ifr", "body": "if (!${1:condition}) {\n\treturn null\n}" }, "reactClassCompoment": { "prefix": "rcc", "body": "import { Component } from 'react'\n\nclass ${TM_FILENAME_BASE} extends Component {\n\trender () {\n\t\treturn (\n\t\t\t