Include a notes section in the snippet template
This commit is contained in:
@ -23,6 +23,12 @@ class ComponentName extends React.Component {
|
|||||||
ReactDOM.render(<ComponentName />, mountNode);
|
ReactDOM.render(<ComponentName />, mountNode);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!-- OPTIONAL -->
|
||||||
|
#### Notes:
|
||||||
|
* Things to remember when using this
|
||||||
|
* Other options that might be less appealing or have lower compatibility
|
||||||
|
* Common mistakes and issues
|
||||||
|
|
||||||
<!-- tags: (separate each by a comma) -->
|
<!-- tags: (separate each by a comma) -->
|
||||||
|
|
||||||
<!-- expertise: (0,1,2,3) -->
|
<!-- expertise: (0,1,2,3) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user