diff --git a/snippet-template.md b/snippet-template.md index 8984fe9..d57150e 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -23,6 +23,12 @@ class ComponentName extends React.Component { ReactDOM.render(, mountNode); ``` + +#### Notes: +* Things to remember when using this +* Other options that might be less appealing or have lower compatibility +* Common mistakes and issues +