Ian De Bie
Results
2
issues of
Ian De Bie
```import React, { useState } from "react"; function Counter() { const [count, setCount] = useState(0); function handleClick() { setCount(count + 1); } return ( {count} times Add 1 ); }...
please add "hacktoberfest" as a topic per instructions found [HERE](https://dev.to/devteam/happy-hacktoberfest-here-s-how-to-show-up-for-open-source-this-month-4cee) 