Created
November 25, 2019 14:01
-
-
Save emmabostian/dc8f8be1819d7603cf1c6aa111fd0447 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"React Stateless Functional Component": { | |
"prefix": "rfac", | |
"body": [ | |
"import React from 'react'", | |
"", | |
"const $TM_FILENAME_BASE = () => { ", | |
"\treturn (", | |
"\t\t<div>", | |
"", | |
"\t\t</div>", | |
"\t)", | |
"}", | |
"", | |
"export default $TM_FILENAME_BASE;" | |
], | |
"description": "Creates a React stateless functional component" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment