snippets of http://www.developer-cheatsheets.com/
You can make a PR and add an example, you will receive a credit under the example with a link to your website.
To add an example to a React Cheatsheet: (for example)
- create a directory inside 'react' directory.
- Inside the directory you created:
- create content.txt file and write there the example.
- create metadata.json file:
{
"title": "WRITE HERE THE NAME OF THE EXAMPLE",
"file": "content.txt",
"type": "language-jsx",
"author": "WRITE HERE YOUR NAME",
"authorLink": "LINK TO YOUR WEBSITE (OPTIONAL)"
}