Update React snippet template

Resolves #113
This commit is contained in:
Isabelle Viktoria Maciohsek
2021-01-09 23:33:06 +02:00
parent 61dc5c825a
commit 8f3ffc0d21

View File

@ -10,7 +10,7 @@ Explain briefly what the snippet does.
- Try to explain everything briefly but clearly.
```jsx
function ComponentName(props) {
const ComponentName = props => {
const [state, setState] = React.useState(null);
React.useEffect(() => {
setState(0);